* Remove dead code.

This commit is contained in:
Eelco Dolstra 2012-01-04 21:47:48 +00:00
parent 35f2a6ba82
commit b52966e821
2 changed files with 0 additions and 4 deletions

View file

@ -209,8 +209,6 @@ public:
private:
SrcToStore srcToStore;
bool allowUnsafeEquality;
/* A cache from path names to parse trees. */
std::map<Path, Expr *> parseTrees;