Remove the parent method from type_env.
This commit is contained in:
@@ -31,7 +31,6 @@ class type_env {
|
||||
type_env(type_env_ptr p) : parent(std::move(p)) {}
|
||||
type_env() : type_env(nullptr) {}
|
||||
|
||||
type_env_ptr get_parent();
|
||||
void find_free(const type_mgr& mgr, std::set<std::string>& into) const;
|
||||
void find_free_except(const type_mgr& mgr, const group& avoid,
|
||||
std::set<std::string>& into) const;
|
||||
|
||||
Reference in New Issue
Block a user