about summary refs log tree commit diff stats
path: root/subx/003trace.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-25 19:11:02 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-25 19:11:02 -0700
commitfb5a590d6739c55f0e7fbffe1e80f426cbdbc369 (patch)
tree7a78a3cdc4ba47ee447dd2b98820d4d749e6fe1e /subx/003trace.cc
parentd9ea0ed1bc4dd53b102a8788120bc6b966c9f2f2 (diff)
downloadmu-fb5a590d6739c55f0e7fbffe1e80f426cbdbc369.tar.gz
4411
Port commit 4235 to subx.
Diffstat (limited to 'subx/003trace.cc')
-rw-r--r--subx/003trace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/003trace.cc b/subx/003trace.cc
index d1c7ea17..120ada82 100644
--- a/subx/003trace.cc
+++ b/subx/003trace.cc
@@ -183,7 +183,7 @@ bool trace_contains_errors() {
 :(before "End Types")
 struct end {};
 :(code)
-ostream& operator<<(ostream& os, unused end) {
+ostream& operator<<(ostream& os, vestigial end) {
   if (Trace_stream) Trace_stream->newline();
   return os;
 }