about summary refs log tree commit homepage
path: root/lib/dtas/buffer/read_write.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-01-23 21:16:02 +0000
committerEric Wong <e@80x24.org>2022-01-23 21:16:47 +0000
commit773bfa23614aa483e590d635d732cc523fc38f37 (patch)
tree0f6b5c5b574b2b64648027521f05e15cb9c72734 /lib/dtas/buffer/read_write.rb
parenteab2f44b4d02ee5e468a41d50275b6506adf83d6 (diff)
downloaddtas-773bfa23614aa483e590d635d732cc523fc38f37.tar.gz
get rid of DTAS::Nonblock wrapper for Ruby <= 2.0
We require 2.3+, nowadays, so jettison a bunch of code.
Diffstat (limited to 'lib/dtas/buffer/read_write.rb')
-rw-r--r--lib/dtas/buffer/read_write.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/dtas/buffer/read_write.rb b/lib/dtas/buffer/read_write.rb
index fdf820c..8fdb25d 100644
--- a/lib/dtas/buffer/read_write.rb
+++ b/lib/dtas/buffer/read_write.rb
@@ -1,10 +1,9 @@
-# Copyright (C) 2013-2020 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 'io/nonblock'
 require_relative '../../dtas'
 require_relative '../pipe'
-require_relative '../nonblock'
 
 # compatibility code for non-Linux systems lacking "splice" support.
 # Used only by -player