From 58a444b27e543a956826998bdad98de0d23ed53f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 6 Feb 2009 17:46:43 -0800 Subject: Remove etc and YAML dependencies We're not currently using them; and I don't see the need to ever use either... --- lib/unicorn.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/unicorn.rb') diff --git a/lib/unicorn.rb b/lib/unicorn.rb index c95920d..794786a 100644 --- a/lib/unicorn.rb +++ b/lib/unicorn.rb @@ -1,10 +1,7 @@ - # Standard libraries require 'socket' require 'tempfile' -require 'yaml' require 'time' -require 'etc' require 'uri' require 'stringio' require 'fcntl' -- cgit v1.2.3-24-ge0c7