Comment out unneeded code
This commit is contained in:
parent
c1e23c8746
commit
822919984e
1 changed files with 2 additions and 0 deletions
|
|
@ -201,7 +201,9 @@ public:
|
|||
|
||||
virtual void define(const symbol_t::kind_t kind, const string& name,
|
||||
expr_t::ptr_op_t def) {
|
||||
#if 0
|
||||
parent->define(kind, name, def);
|
||||
#endif
|
||||
grandchild.define(kind, name, def);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue