From 3f5eb965840b57a3d8922c39d1e9f75266993db6 Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Mon, 26 Jan 2015 09:48:29 +0100 Subject: Various small fixes for Sol Automatic Accessors --- AST.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'AST.h') 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; -- cgit