Comment out unneeded code

This commit is contained in:
John Wiegley 2012-02-27 03:55:20 -06:00
parent c1e23c8746
commit 822919984e

View file

@ -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);
}