summaryrefslogtreecommitdiff
path: root/value.cc
diff options
context:
space:
mode:
Diffstat (limited to 'value.cc')
-rw-r--r--value.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/value.cc b/value.cc
index 70f229cd..730ef2e6 100644
--- a/value.cc
+++ b/value.cc
@@ -448,7 +448,6 @@ value_t& value_t::operator+=(const value_t& val)
}
throw_(value_error, "Cannot add " << val.label() << " to " << label());
-
return *this;
}