aboutsummaryrefslogtreecommitdiffstats
path: root/AST.h
diff options
context:
space:
mode:
Diffstat (limited to 'AST.h')
-rwxr-xr-xAST.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/AST.h b/AST.h
index bda06a5d..d9a95e50 100755
--- a/AST.h
+++ b/AST.h
@@ -166,9 +166,6 @@ struct ParamDescription
ParamDescription(std::string const& _name, std::string const& _type):
m_description(_name, _type){}
- bool operator!=(ParamDescription const& _other) const;
- std::ostream& operator<<(std::ostream& os) const;
-
std::string getName() const;
std::string getType() const;