summary refs log tree commit
path: root/lib/rack.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rack.rb')
-rw-r--r--lib/rack.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rack.rb b/lib/rack.rb
index 371d0156..8d0815b6 100644
--- a/lib/rack.rb
+++ b/lib/rack.rb
@@ -3,10 +3,6 @@
 # Rack is freely distributable under the terms of an MIT-style license.
 # See COPYING or http://www.opensource.org/licenses/mit-license.php.
 
-path = File.expand_path(File.dirname(__FILE__))
-$:.unshift(path) unless $:.include?(path)
-
-
 # The Rack main module, serving as a namespace for all core Rack
 # modules and classes.
 #