about summary refs log tree commit homepage
path: root/ext/http11_java/org/jruby/tst/NodeLines.java
diff options
context:
space:
mode:
authorevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-26 02:59:45 +0000
committerevanweaver <evanweaver@19e92222-5c0b-0410-8929-a290d50e31e9>2007-10-26 02:59:45 +0000
commitd7fa2022890e9347933591805f49d7f76fd3e141 (patch)
tree8ab75446df692590d90c62ed78183fdbb0a2ca62 /ext/http11_java/org/jruby/tst/NodeLines.java
parentd4ff84b8d3afa45a69c23eb18899194bf7219140 (diff)
downloadunicorn-d7fa2022890e9347933591805f49d7f76fd3e141.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@742 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'ext/http11_java/org/jruby/tst/NodeLines.java')
-rw-r--r--ext/http11_java/org/jruby/tst/NodeLines.java16
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/http11_java/org/jruby/tst/NodeLines.java b/ext/http11_java/org/jruby/tst/NodeLines.java
deleted file mode 100644
index 87b56d7..0000000
--- a/ext/http11_java/org/jruby/tst/NodeLines.java
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * See LICENSE file.
- */
-/**
- * $Id: $
- */
-package org.jruby.tst;
-
-/**
- * @author <a href="mailto:ola.bini@ki.se">Ola Bini</a>
- * @version $Revision: $
- */
-public class NodeLines {
-    public Node[] node_line;
-    public NodeLines next;
-}// NodeLines