]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/Prototype/Database.java
Remove the prototype code.
[mirror_edk2.git] / Tools / Source / Prototype / Database.java
diff --git a/Tools/Source/Prototype/Database.java b/Tools/Source/Prototype/Database.java
deleted file mode 100644 (file)
index bc0a7b0..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-import java.util.*;\r
-\r
-public class Database\r
-{\r
-  Database()\r
-  {\r
-  }\r
-  Database(String n)\r
-  {\r
-    name=n;\r
-  }\r
-  public String name;\r
-  Map<String,Set<Package>> packages;\r
-}\r