aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-scanner.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-scanner.ads')
-rw-r--r--src/vhdl/vhdl-scanner.ads8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/vhdl/vhdl-scanner.ads b/src/vhdl/vhdl-scanner.ads
index 461c431df..21186a0a3 100644
--- a/src/vhdl/vhdl-scanner.ads
+++ b/src/vhdl/vhdl-scanner.ads
@@ -106,14 +106,6 @@ package Vhdl.Scanner is
-- Flag_Psl_Comment or Flag_Pragma_Comment is true.
Flag_Comment_Keyword : Boolean := False;
- -- If the next character is '!', eat it and return True, otherwise return
- -- False (used by PSL).
- function Scan_Exclam_Mark return Boolean;
-
- -- If the next character is '_', eat it and return True, otherwise return
- -- False (used by PSL).
- function Scan_Underscore return Boolean;
-
-- Get the current location, or the location of the current token.
-- Since a token cannot spread over lines, file and line of the current
-- token are the same as those of the current position.