about summary refs log tree commit homepage
path: root/lib/dtas/buffer.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-20 00:21:33 +0000
committerEric Wong <e@80x24.org>2015-01-20 00:21:33 +0000
commit51e6240767b394e255d05a0f712a1da853485e82 (patch)
treeb7582e0265b031c789f86d386fc72688e0069117 /lib/dtas/buffer.rb
parent5a0dbfc1cfddd2028ced800fc1f65e1c443126ab (diff)
downloaddtas-51e6240767b394e255d05a0f712a1da853485e82.tar.gz
I'm done with dealing with proprietary bug trackers.
Diffstat (limited to 'lib/dtas/buffer.rb')
-rw-r--r--lib/dtas/buffer.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dtas/buffer.rb b/lib/dtas/buffer.rb
index 4342e5a..3259ca0 100644
--- a/lib/dtas/buffer.rb
+++ b/lib/dtas/buffer.rb
@@ -2,7 +2,6 @@
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
 require 'io/wait'
 require_relative '../dtas'
-require_relative 'compat_rbx' # IO#nread
 
 class DTAS::Buffer # :nodoc:
   begin