Skip to content

Commit ccbfaac

Browse files
committed
files_table.adb: remove useless assignment
1 parent 1070f9d commit ccbfaac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/gnatcov/files_table.adb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2027,7 +2027,6 @@ package body Files_Table is
20272027
when Source_File =>
20282028
FE := (Kind => Source_File, others => <>);
20292029

2030-
FE.Ignore_Status := Unknown;
20312030
FE.Unit := (Known => False);
20322031
FE.Ignore_Status := Any_Ignore_Status'Val (CLS.Read_U8);
20332032
declare

0 commit comments

Comments
 (0)