summaryrefslogtreecommitdiff
path: root/trunk/ext/purelib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ext/purelib.rb')
-rw-r--r--trunk/ext/purelib.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/trunk/ext/purelib.rb b/trunk/ext/purelib.rb
deleted file mode 100644
index dbe514c34a..0000000000
--- a/trunk/ext/purelib.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-nul = nil
-$:.each_with_index {|path, index|
- if /\A(?:\.\/)*-\z/ =~ path
- nul = index
- break
- end
-}
-if nul
- $:[nul..-1] = ["."]
-end