aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-flags.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-06-03 08:32:07 +0200
committerTristan Gingold <tgingold@free.fr>2022-06-03 08:32:32 +0200
commit10f847e928897cb420a4dae0785e412ba5b3dfe0 (patch)
tree0dedde2602e6e2e65af2024c1b95fe35c4c15aed /src/synth/synth-flags.ads
parent92fb780933886e36a178a0b86c61ba590602145f (diff)
downloadghdl-10f847e928897cb420a4dae0785e412ba5b3dfe0.tar.gz
ghdl-10f847e928897cb420a4dae0785e412ba5b3dfe0.tar.bz2
ghdl-10f847e928897cb420a4dae0785e412ba5b3dfe0.zip
elab-debugger: remove duplicate flag
Diffstat (limited to 'src/synth/synth-flags.ads')
-rw-r--r--src/synth/synth-flags.ads3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/synth/synth-flags.ads b/src/synth/synth-flags.ads
index a4034a073..fed17efc1 100644
--- a/src/synth/synth-flags.ads
+++ b/src/synth/synth-flags.ads
@@ -61,9 +61,6 @@ package Synth.Flags is
-- True to start debugger at elaboration.
Flag_Debug_Init : Boolean := False;
- -- True to start debugger on error.
- Flag_Debug_Enable : Boolean := False;
-
-- Maximum number of iterations for (while)/loop. 0 means unlimited.
Flag_Max_Loop : Natural := 1000;