about summary refs log tree commit homepage
path: root/lib/dtas/pipeline.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/pipeline.rb')
-rw-r--r--lib/dtas/pipeline.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/dtas/pipeline.rb b/lib/dtas/pipeline.rb
index b900fee..1bebe87 100644
--- a/lib/dtas/pipeline.rb
+++ b/lib/dtas/pipeline.rb
@@ -1,12 +1,9 @@
-# Copyright (C) 2017-2019 all contributors <dtas-all@nongnu.org>
+# Copyright (C) all contributors <dtas-all@nongnu.org>
 # License: GPL-3.0+ <https://www.gnu.org/licenses/gpl-3.0.txt>
 # frozen_string_literal: true
 require_relative '../dtas'
-require_relative 'spawn_fix'
 
 module DTAS::Pipeline # :nodoc:
-  include DTAS::SpawnFix
-
   # Process.spawn wrapper which supports running Proc-like objects in
   # a separate process, not just external commands.
   # Returns the pid of the spawned process