From 1e11218dfb89e292197a4b6c8985a25fba08e592 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 27 Jun 2011 09:49:19 +0000 Subject: [PATCH] remove DeadIO class It's no longer needed. --- lib/zbatery.rb | 6 ------ 1 file changed, 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) -- 2.11.4.GIT