File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
OMCompiler/Compiler/NBackEnd/Util Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1873,7 +1873,6 @@ public
18731873 Pointer < Variable > var ;
18741874 Integer sk = 1 ;
18751875 list< Subscript > subs;
1876- list< Option < Integer >> int_subs;
18771876 algorithm
18781877 if UnorderedMap . contains(cref, map) then
18791878 if not UnorderedMap . contains(cref, dep_map) then
@@ -1885,7 +1884,6 @@ public
18851884 var := BVariable . getVarPointer(cref);
18861885 if BVariable . isRecord(var ) then
18871886 subs := ComponentRef . subscriptsAllFlat(cref);
1888- int_subs := list(Subscript . toIntegerOpt(sub) for sub in subs);
18891887 // get all Record children
18901888 crefs := list(BVariable . getVarName(child) for child in BVariable . getRecordChildren(var ));
18911889 // add original subscripts
You can’t perform that action at this time.
0 commit comments