about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-02 18:39:15 -0800
committerEric Wong <normalperson@yhbt.net>2009-03-03 11:13:30 -0800
commit5517fa27191228af9ef9ee2f4491398c73b505c1 (patch)
tree8aa6c8cea34004f41872677169c8d8c6a29af8d2 /Rakefile
parent2b3996283df2caa5777dd56b8bc36b29bf749a75 (diff)
downloadunicorn-5517fa27191228af9ef9ee2f4491398c73b505c1.tar.gz
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Rakefile b/Rakefile
index 1d217a2..1f0bb18 100644
--- a/Rakefile
+++ b/Rakefile
@@ -36,9 +36,3 @@ task :ragel do
     raise "Failed to build C source" unless File.exist? target
   end
 end
-
-#### Pre-compiled extensions for alternative platforms
-
-def move_extensions
-  Dir["ext/**/*.#{Config::CONFIG['DLEXT']}"].each { |file| mv file, "lib/" }
-end