Skip to content

Commit b26c4b9

Browse files
committed
SC_Obligations.Scope_Traversal_Type: remove useless component
1 parent 9414292 commit b26c4b9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tools/gnatcov/sc_obligations.ads

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,9 +1359,6 @@ private
13591359
-- Set the BDD node for the given condition SCO
13601360

13611361
type Scope_Traversal_Type is record
1362-
Scope_Entities : Scope_Entities_Tree;
1363-
-- Currently traversed scope entities
1364-
13651362
Scope_Stack : Scope_Stacks.List;
13661363
Active_Scopes : Scope_Id_Set;
13671364
-- List of currently active scopes
@@ -1383,8 +1380,7 @@ private
13831380
-- next one according to ST's iterator.
13841381

13851382
No_Scope_Traversal : Scope_Traversal_Type :=
1386-
(Scope_Entities => Scope_Entities_Trees.Empty_Tree,
1387-
Scope_Stack => Scope_Stacks.Empty_List,
1383+
(Scope_Stack => Scope_Stacks.Empty_List,
13881384
Active_Scopes => Scope_Id_Sets.Empty_Set,
13891385
Active_Scope_Ent => Scope_Entities_Trees.No_Element,
13901386
Next_Scope_Ent => Scope_Entities_Trees.No_Element,

0 commit comments

Comments
 (0)