about summary refs log tree commit diff stats
path: root/073scheduler.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-25 20:47:41 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-25 20:47:41 -0700
commit1a33d221c1a23c218d3457dfe2a4344c2a33f9a1 (patch)
tree1a1c36fc15a05b88564bed9215e59bcfe267aea9 /073scheduler.cc
parentd671148d99e35b7643068d3ea59babaf7ce336e8 (diff)
downloadmu-1a33d221c1a23c218d3457dfe2a4344c2a33f9a1.tar.gz
4413
Never mind, let's drop unused/vestigial altogether. Use absence of names
to signal unused arguments.
Diffstat (limited to '073scheduler.cc')
-rw-r--r--073scheduler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/073scheduler.cc b/073scheduler.cc
index d9f85131..aa22bcfb 100644
--- a/073scheduler.cc
+++ b/073scheduler.cc
@@ -311,7 +311,7 @@ def f2 [
 +error: f2: divide by zero in '3:num <- divide-with-remainder 4, 0'
 -error: f2: divide by zero in '4:num <- divide-with-remainder 4, 0'
 
-:(after "operator<<(ostream& os, vestigial end)")
+:(after "operator<<(ostream& os, end /*unused*/)")
   if (Trace_stream && Trace_stream->curr_label == "error" && Current_routine) {
     Current_routine->state = COMPLETED;
   }