about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2013-11-01 22:01:45 +0000
committerEric Wong <normalperson@yhbt.net>2013-11-01 22:01:45 +0000
commit8ad575a5b5bf4fff93e50ce0bbb076d4ae59d036 (patch)
tree7ae38027cda1f89816c1665041666a7f2db954d7
parentf69cec0b80b445f848f110ed01fb183c1498b623 (diff)
downloadyahns-8ad575a5b5bf4fff93e50ce0bbb076d4ae59d036.tar.gz
We never use kgio_write for clients, only kgio_trywrite.
-rw-r--r--lib/yahns/client_expire_generic.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/yahns/client_expire_generic.rb b/lib/yahns/client_expire_generic.rb
index f2f5369..7e80406 100644
--- a/lib/yahns/client_expire_generic.rb
+++ b/lib/yahns/client_expire_generic.rb
@@ -23,11 +23,6 @@ module Yahns::ClientExpireGeneric # :nodoc:
     0
   end
 
-  def kgio_write(*args)
-    @last_io_at = __timestamp
-    super
-  end
-
   def kgio_trywrite(*args)
     @last_io_at = __timestamp
     super