summaryrefslogtreecommitdiff
path: root/src/scope.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-02-27 03:55:20 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-02-27 03:55:20 -0600
commit822919984ec8ba2d02bf4fb33c8df9e4378bc519 (patch)
treef73794610eef9363cf080b03bb0f674be3463ba8 /src/scope.h
parentc1e23c8746fae291c149083b8574d7e2cb21c08a (diff)
downloadfork-ledger-822919984ec8ba2d02bf4fb33c8df9e4378bc519.tar.gz
fork-ledger-822919984ec8ba2d02bf4fb33c8df9e4378bc519.tar.bz2
fork-ledger-822919984ec8ba2d02bf4fb33c8df9e4378bc519.zip
Comment out unneeded code
Diffstat (limited to 'src/scope.h')
-rw-r--r--src/scope.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scope.h b/src/scope.h
index fbc1a889..2720e8fc 100644
--- a/src/scope.h
+++ b/src/scope.h
@@ -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);
}