aboutsummaryrefslogtreecommitdiffstats
path: root/src/flags.ads
diff options
context:
space:
mode:
authorOndrej Ille <ondrej.ille@gmail.com>2021-03-21 10:32:39 +0100
committertgingold <tgingold@users.noreply.github.com>2021-03-22 08:26:02 +0100
commit567bd34cd798eb636fd34ea755879d1cb29104a4 (patch)
tree7b37c5c34b61861233aac8120977651056f7f9ab /src/flags.ads
parent542f0b91043981e7ee590d4e614b7ff65521a38d (diff)
downloadghdl-567bd34cd798eb636fd34ea755879d1cb29104a4.tar.gz
ghdl-567bd34cd798eb636fd34ea755879d1cb29104a4.tar.bz2
ghdl-567bd34cd798eb636fd34ea755879d1cb29104a4.zip
Revert "src: Add -Wpsl-uncovered option to optionally warn about uncovered PSL sequences at the end of simulation."
This reverts commit e20d4477f9b55f897d4f9008d6c94db8d8c3a54f.
Diffstat (limited to 'src/flags.ads')
-rw-r--r--src/flags.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/flags.ads b/src/flags.ads
index af99e3fe7..18dbf1e14 100644
--- a/src/flags.ads
+++ b/src/flags.ads
@@ -158,10 +158,6 @@ package Flags is
-- If True, disp original source line and a caret indicating the column.
Flag_Caret_Diagnostics : Boolean := False;
- -- If True, warning is printed for each uncovered PSL cover points at the
- -- end of simulation
- Flag_Psl_Warn_Uncovered : Boolean := False;
-
type On_Off_Auto_Type is (On, Off, Auto);
-- -fcolor-diagnostics