about summary refs log tree commit homepage
path: root/ext/http11/Http11Service.java
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-17 03:32:04 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-17 03:32:04 +0000
commit606b6e4d6206361faed2a71dad589c423b68c608 (patch)
tree44f4ee54b9792ee82c869d386828d0348900a6f0 /ext/http11/Http11Service.java
parent3c411489d16076c2058b904b6b3d7a674643c754 (diff)
downloadunicorn-606b6e4d6206361faed2a71dad589c423b68c608.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@663 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'ext/http11/Http11Service.java')
-rw-r--r--ext/http11/Http11Service.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/http11/Http11Service.java b/ext/http11/Http11Service.java
deleted file mode 100644
index 5d78c49..0000000
--- a/ext/http11/Http11Service.java
+++ /dev/null
@@ -1,13 +0,0 @@
-import java.io.IOException;
-        
-import org.jruby.Ruby;
-import org.jruby.runtime.load.BasicLibraryService;
-
-import org.jruby.mongrel.Http11;
-
-public class Http11Service implements BasicLibraryService {
-    public boolean basicLoad(final Ruby runtime) throws IOException {
-        Http11.createHttp11(runtime);
-        return true;
-    }
-}