Skip to content

Commit 42f5de6

Browse files
committed
- remove obsolete attribute from SimCodeTV.SIMCODE
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23403 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent e56ba91 commit 42f5de6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Compiler/BackEnd/BackendDAE.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ uniontype EventInfo
456456
list<TimeEvent> timeEvents "stores all information related to time events";
457457
list<WhenClause> whenClauseLst "list of when clauses. The WhenEquation data type refer to this list by position";
458458
list<ZeroCrossing> zeroCrossingLst "list of zero crossing conditions";
459-
list<ZeroCrossing> sampleLst "list of sample as before, only used by cpp runtime (TODO: REMOVE ME)";
459+
list<ZeroCrossing> sampleLst "[deprecated] list of sample as before, only used by cpp runtime (TODO: REMOVE ME)";
460460
list<ZeroCrossing> relationsLst "list of zero crossing function as before";
461461
Integer numberMathEvents "stores the number of math function that trigger events e.g. floor, ceil, integer, ...";
462462
end EVENT_INFO;

Compiler/Template/SimCodeTV.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ package SimCode
281281
list<DAE.ClassAttributes> classAttributes;
282282
list<BackendDAE.ZeroCrossing> zeroCrossings;
283283
list<BackendDAE.ZeroCrossing> relations;
284-
list<list<SimCodeVar.SimVar>> zeroCrossingsNeedSave;
285284
list<BackendDAE.TimeEvent> timeEvents;
286285
list<SimWhenClause> whenClauses;
287286
list<DAE.ComponentRef> discreteModelVars;

0 commit comments

Comments
 (0)