summaryrefslogtreecommitdiff
path: root/src/ast/expr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast/expr.hpp')
-rw-r--r--src/ast/expr.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ast/expr.hpp b/src/ast/expr.hpp
index 7572b92f..f3981db5 100644
--- a/src/ast/expr.hpp
+++ b/src/ast/expr.hpp
@@ -41,8 +41,6 @@ public:
m_attrs = mv$(mi);
}
AttributeList& attrs() { return m_attrs; }
-
- static ::std::unique_ptr<ExprNode> from_deserialiser(Deserialiser& d);
};
typedef ::std::unique_ptr<ExprNode> ExprNodeP;