Revert "operand: Implement operand hashing and use hashed set for declarations"

This reverts commit 1e665afa36.
This commit is contained in:
ReinUsesLisp 2019-09-09 16:48:05 -03:00
parent 58c5406436
commit d24685ebd3
10 changed files with 13 additions and 66 deletions

View file

@ -945,8 +945,7 @@ private:
std::vector<std::unique_ptr<Op>> execution_modes;
std::vector<std::unique_ptr<Op>> debug;
std::vector<std::unique_ptr<Op>> annotations;
std::unordered_set<std::unique_ptr<Op>> declarations;
std::vector<Id> sorted_declarations;
std::vector<std::unique_ptr<Op>> declarations;
std::vector<Id> global_variables;