about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--test/test_epoll.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_epoll.rb b/test/test_epoll.rb
index e7d0798..0386391 100644
--- a/test/test_epoll.rb
+++ b/test/test_epoll.rb
@@ -14,10 +14,6 @@ class TestEpoll < Test::Unit::TestCase
     @ep = Epoll.new
   end
 
-  def teardown
-    [ @rd, @wr, @ep ].each { |io| io.close unless io.closed? }
-  end
-
   def test_cross_thread
     tmp = []
     Thread.new { sleep 0.100; @ep.add(@wr, Epoll::OUT) }