Collections cleanup: removes resolveFirstCopy method

This commit is contained in:
Felipe Zimmerle
2016-12-23 10:36:51 -03:00
parent 6fff8c954a
commit 168fa22e19
8 changed files with 4 additions and 132 deletions

View File

@@ -59,9 +59,6 @@ class Collections :
std::string* resolveFirst(const std::string& var);
std::string* resolveFirst(const std::string& collectionName,
const std::string& var);
std::string resolveFirstCopy(const std::string& var);
std::string resolveFirstCopy(const std::string& collectionName,
const std::string& var);
void resolveSingleMatch(const std::string& var,
std::vector<const Variable *> *l);