This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / src / Benchmarks / WebServerJava / ItemInfo.java
diff --git a/Robust/src/Benchmarks/WebServerJava/ItemInfo.java b/Robust/src/Benchmarks/WebServerJava/ItemInfo.java
deleted file mode 100644 (file)
index 18a61a5..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-class ItemInfo {
-       int quantity;
-       int price;
-       ItemInfo(int x, int y) { 
-               quantity = x;
-               price = y;
-       }
-}