Skip to content

Commit f61df46

Browse files
committed
Remove unused code
None of the returned values is actually used after this procedure call, so remove it. Change-Id: I992447ac2173d4d22cf0f8191c67998b5a83eb74 TN: V914-024
1 parent 92d5a29 commit f61df46

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/gnatcov/instrument-c.adb

-3
Original file line numberDiff line numberDiff line change
@@ -581,9 +581,6 @@ package body Instrument.C is
581581
return;
582582
end if;
583583

584-
Get_Expansion_Location
585-
(Loc, File'Address, Line'Access, Column'Access, Offset'Access);
586-
587584
Info.Actual_Source_Range := (From, To);
588585

589586
-- Check if this is comes from a macro expansion, in which case we need

0 commit comments

Comments
 (0)