summaryrefslogtreecommitdiff
path: root/amount.h
diff options
context:
space:
mode:
Diffstat (limited to 'amount.h')
-rw-r--r--amount.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/amount.h b/amount.h
index 3462679c..f539f8be 100644
--- a/amount.h
+++ b/amount.h
@@ -162,8 +162,6 @@ class amount_t
negate();
}
- operator std::string() const;
-
void parse(std::istream& in);
void parse(const std::string& str) {
std::istringstream stream(str);