Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 14, 2020
1 parent 81cc9fc commit a860ac3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions filters/private/expr/Parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ class Parser
bool parse(const std::string& s);
std::string error() const
{ return m_error; }
/**
void prepare(PointLayoutPtr l);
double eval(PointRef& p) const;
**/

private:
bool match(TokenType type);
Expand Down

0 comments on commit a860ac3

Please sign in to comment.