aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlcomp.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlcomp.adb')
-rw-r--r--src/ghdldrv/ghdlcomp.adb2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ghdldrv/ghdlcomp.adb b/src/ghdldrv/ghdlcomp.adb
index 4f9644e9b..cf7b8148c 100644
--- a/src/ghdldrv/ghdlcomp.adb
+++ b/src/ghdldrv/ghdlcomp.adb
@@ -35,8 +35,6 @@ with Libraries;
package body Ghdlcomp is
- Flag_Expect_Failure : Boolean := False;
-
-- Commands which use the mcode compiler.
type Command_Comp is abstract new Command_Lib with null record;