about summary refs log tree commit homepage
path: root/lib/rainbows/base.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-07 17:42:47 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-07 17:42:47 -0800
commit31fe6e621ac3d84a091b468f26118d2226716e9b (patch)
tree8f84013a69457d481f5b1a41fb07db2989b6d0e3 /lib/rainbows/base.rb
parent129473b7c69e08b23825a2b067ccd9860cea797e (diff)
downloadrainbows-31fe6e621ac3d84a091b468f26118d2226716e9b.tar.gz
It's already global...
Diffstat (limited to 'lib/rainbows/base.rb')
-rw-r--r--lib/rainbows/base.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows/base.rb b/lib/rainbows/base.rb
index 9b50d9a..04725f0 100644
--- a/lib/rainbows/base.rb
+++ b/lib/rainbows/base.rb
@@ -26,7 +26,6 @@ module Rainbows
 
     def init_worker_process(worker)
       super(worker)
-      G.server = self
       G.tmp = worker.tmp
 
       # we're don't use the self-pipe mechanism in the Rainbows! worker