From 773bfa23614aa483e590d635d732cc523fc38f37 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 23 Jan 2022 21:16:02 +0000 Subject: get rid of DTAS::Nonblock wrapper for Ruby <= 2.0 We require 2.3+, nowadays, so jettison a bunch of code. --- lib/dtas/buffer/read_write.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/dtas/buffer') 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 +# Copyright (C) all contributors # License: GPL-3.0+ # 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 -- cgit v1.2.3-24-ge0c7