summaryrefslogtreecommitdiff
path: root/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'expr.h')
-rw-r--r--expr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/expr.h b/expr.h
index a76d05f8..3cdc77a6 100644
--- a/expr.h
+++ b/expr.h
@@ -107,8 +107,6 @@ public:
void print(std::ostream& out, scope_t& scope) const;
void dump(std::ostream& out) const;
-
- void read(std::ostream& in);
void read(const char *& data);
void write(std::ostream& out) const;