summaryrefslogtreecommitdiff
path: root/src/expr.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-17 04:41:02 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-17 04:41:02 -0400
commit08488d4cd733ff37a0a096f4b5bcbece0c181cc9 (patch)
treed7a9e55a030707adab9935885f2fad278d10e83b /src/expr.h
parent1c079630cf21c2e257e272897a987c0968571865 (diff)
downloadfork-ledger-08488d4cd733ff37a0a096f4b5bcbece0c181cc9.tar.gz
fork-ledger-08488d4cd733ff37a0a096f4b5bcbece0c181cc9.tar.bz2
fork-ledger-08488d4cd733ff37a0a096f4b5bcbece0c181cc9.zip
Removed more dead code and todo comments, and made it possible to stream
compiled value expressions.
Diffstat (limited to 'src/expr.h')
-rw-r--r--src/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.h b/src/expr.h
index 8c110ad9..b6027042 100644
--- a/src/expr.h
+++ b/src/expr.h
@@ -110,7 +110,7 @@ public:
function_t& get_function();
- void print(std::ostream& out, scope_t& scope) const;
+ void print(std::ostream& out) const;
void dump(std::ostream& out) const;
void read(const char *& data);
void write(std::ostream& out) const;