clean code
[cdsspec-compiler.git] / src / edu / uci / eecs / specCompiler / specExtraction / EntryPointConstruct.java
diff --git a/src/edu/uci/eecs/specCompiler/specExtraction/EntryPointConstruct.java b/src/edu/uci/eecs/specCompiler/specExtraction/EntryPointConstruct.java
deleted file mode 100644 (file)
index 2d13561..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package edu.uci.eecs.specCompiler.specExtraction;
-
-import java.io.File;
-
-public class EntryPointConstruct extends Construct {
-       public EntryPointConstruct(File file, int beginLineNum) {
-               super(file, beginLineNum);
-       }
-
-       public String toString() {
-               return "@Entry_point";
-       }
-}