]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/Prototype/LibInst.java
Remove the prototype code.
[mirror_edk2.git] / Tools / Source / Prototype / LibInst.java
diff --git a/Tools/Source/Prototype/LibInst.java b/Tools/Source/Prototype/LibInst.java
deleted file mode 100644 (file)
index 3e4dac3..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-import java.util.*;\r
-\r
-public class LibInst extends Module\r
-{\r
-  LibInst()\r
-  {\r
-  }\r
-  LibInst(String n)\r
-  {\r
-    name=n;\r
-  }\r
-\r
-  public Set<LibClass> producesLibClasses;\r
-\r
-  public String constructorName, destructorName;\r
-\r
-  public boolean autoBuild()\r
-  {\r
-    // A simple compile, without link.\r
-    return true;\r
-  }\r
-}\r