aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-comments.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-comments.adb')
-rw-r--r--src/vhdl/vhdl-comments.adb4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vhdl/vhdl-comments.adb b/src/vhdl/vhdl-comments.adb
index d8c64610e..16587c843 100644
--- a/src/vhdl/vhdl-comments.adb
+++ b/src/vhdl/vhdl-comments.adb
@@ -37,11 +37,9 @@ package body Vhdl.Comments is
procedure Gather_Comments_Line (N : Iir)
is
Coord : Source_Coord_Type;
- Rng : Comments_Range;
begin
- Save_Comments (Rng);
Coord := Scanner.Get_Current_Coord;
- Gather_Comments_Line (Rng, Coord.Line_Pos, Uns32 (N));
+ Gather_Comments_Line (Coord.Line_Pos, Uns32 (N));
end Gather_Comments_Line;
function Find_First_Comment (File : Source_File_Entry; N : Node)