File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments