diff options
author | Tristan Gingold | 2015-12-22 21:48:58 +0100 |
---|---|---|
committer | Tristan Gingold | 2015-12-23 08:15:10 +0100 |
commit | c1c8b00b8fb88f8550a6da4db7aff869b6976df9 (patch) | |
tree | d72a1e6b02ec347648df1b50df9b53251b1969a2 /src/vhdl/scanner.ads | |
parent | 1120e5730857dc06e1a49d6ad178b1367b383351 (diff) | |
download | ghdl-c1c8b00b8fb88f8550a6da4db7aff869b6976df9.tar.gz ghdl-c1c8b00b8fb88f8550a6da4db7aff869b6976df9.tar.bz2 ghdl-c1c8b00b8fb88f8550a6da4db7aff869b6976df9.zip |
Remove unused code (scanner).
Diffstat (limited to 'src/vhdl/scanner.ads')
-rw-r--r-- | src/vhdl/scanner.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vhdl/scanner.ads b/src/vhdl/scanner.ads index 6a5e1cf..297debc 100644 --- a/src/vhdl/scanner.ads +++ b/src/vhdl/scanner.ads @@ -104,7 +104,6 @@ package Scanner is -- 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. - function Get_Current_File return Name_Id; function Get_Current_Source_File return Source_File_Entry; function Get_Current_Line return Natural; function Get_Current_Column return Natural; |