diff options
Diffstat (limited to 'src/amount.cc')
-rw-r--r-- | src/amount.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amount.cc b/src/amount.cc index ffeaeea6..1f273e9f 100644 --- a/src/amount.cc +++ b/src/amount.cc @@ -970,7 +970,6 @@ void amount_t::print(std::ostream& _out) const std::ostringstream out; commodity_t& comm(commodity()); - precision_t precision = 0; if (! comm.has_flags(COMMODITY_STYLE_SUFFIXED)) { comm.print(out); |