about summary refs log tree commit homepage
path: root/ext/http11_java/Http11Service.java
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-02-04 14:03:13 -0800
committerEric Wong <normalperson@yhbt.net>2009-02-09 19:50:34 -0800
commit66254b6f2b0ebb3899413b12d96614ac9318daae (patch)
tree60bd49473cf5ad7372279b61ae8079323d1d4266 /ext/http11_java/Http11Service.java
parent72a2aa7ca6e4ed1dab8448b93be31a35748ff881 (diff)
downloadunicorn-66254b6f2b0ebb3899413b12d96614ac9318daae.tar.gz
Supporting corporate enterprise platforms isn't my style :P

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'ext/http11_java/Http11Service.java')
-rw-r--r--ext/http11_java/Http11Service.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/http11_java/Http11Service.java b/ext/http11_java/Http11Service.java
deleted file mode 100644
index 5d78c49..0000000
--- a/ext/http11_java/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;
-    }
-}