Skip to content

Commit

Permalink
Remove unused isMsgRecordIdTop procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Jan 19, 2024
1 parent 274e665 commit 9b3ed5d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tcl/report.tcl.in
Original file line number Diff line number Diff line change
@@ -167,11 +167,6 @@ proc reportTimerExecLeave {cmdstring code result op} {
[clock microseconds]
}

# is currently active message record id at top level
proc isMsgRecordIdTop {} {
return [expr {[depthState msgrecordid] eq 1}]
}

# record messages on the eventual additional module evaluations that have
# occurred during the current evaluation
proc reportModuleEval {} {

0 comments on commit 9b3ed5d

Please sign in to comment.