summaryrefslogtreecommitdiffstats
path: root/vhdlparser/VhdlParserIF.h
diff options
context:
space:
mode:
Diffstat (limited to 'vhdlparser/VhdlParserIF.h')
-rw-r--r--vhdlparser/VhdlParserIF.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/vhdlparser/VhdlParserIF.h b/vhdlparser/VhdlParserIF.h
deleted file mode 100644
index d11389b..0000000
--- a/vhdlparser/VhdlParserIF.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef VHDLPARSERIF
-#define VHDLPARSERIF
-
-#include "VhdlParser.h"
-
-class VhdlParserIF
-{
- public:
- static void parseVhdlfile(const char* inputBuffer,bool inLine);
-
-};
-#endif