Removed unused member variable

master
Marius Kintel 2014-11-20 18:30:58 -05:00
parent b83bf31ac4
commit 6a1bc270fd
1 changed files with 0 additions and 1 deletions

View File

@ -30,6 +30,5 @@ public:
private:
const AssignmentList &eval_arguments;
std::vector<std::pair<std::string, Value> > eval_values;
const LocalScope *const scope;
};