about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-27 09:49:19 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-27 09:49:19 +0000
commit1e11218dfb89e292197a4b6c8985a25fba08e592 (patch)
tree04fb42dc01361713a620c5c112ae809e09a2c19d
parenta945985ad80cd8cccb2e73f8419a574ce6e9b49e (diff)
downloadzbatery-1e11218dfb89e292197a4b6c8985a25fba08e592.tar.gz
remove DeadIO class
It's no longer needed.
-rw-r--r--lib/zbatery.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index 71cf69b..c2b0aa3 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -39,12 +39,6 @@ module Rainbows
 
   class HttpServer
 
-    # this class is only used to avoid breaking Unicorn user switching
-    class DeadIO
-      def chown(*args); end
-      alias fcntl chown
-    end
-
     # only used if no concurrency model is specified
     def worker_loop(worker)
       init_worker_process(worker)