This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / src / ClassLibrary / HashEntry.java
diff --git a/Robust/src/ClassLibrary/HashEntry.java b/Robust/src/ClassLibrary/HashEntry.java
deleted file mode 100644 (file)
index 904d16f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-class HashEntry {
-    public HashEntry() {}
-    Object key;
-    Object value;
-    HashEntry next;    
-}