summaryrefslogtreecommitdiff
path: root/session.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-29 18:57:02 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-29 18:57:02 -0400
commit200d919fe7c8bcf021011c16fb6ec50821444d5e (patch)
treec3da877b2968bf9ee697727c19bec5fe16c59144 /session.cc
parentd073a7e8a599def9c6dae0f98903d9b59766e9fc (diff)
downloadfork-ledger-200d919fe7c8bcf021011c16fb6ec50821444d5e.tar.gz
fork-ledger-200d919fe7c8bcf021011c16fb6ec50821444d5e.tar.bz2
fork-ledger-200d919fe7c8bcf021011c16fb6ec50821444d5e.zip
Changed the way scopes are structured for an upcoming design change.
Diffstat (limited to 'session.cc')
-rw-r--r--session.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/session.cc b/session.cc
index 4a565a9e..efb38d89 100644
--- a/session.cc
+++ b/session.cc
@@ -67,9 +67,7 @@ void release_session_context()
}
session_t::session_t()
- : symbol_scope_t(),
-
- register_format
+ : register_format
("%D %-.20P %-.22A %12.67t %!12.80T\n%/"
"%32|%-.22A %12.67t %!12.80T\n"),
wide_register_format
@@ -328,7 +326,7 @@ expr_t::ptr_op_t session_t::lookup(const string& name)
break;
}
- return symbol_scope_t::lookup(name);
+ return expr_t::ptr_op_t();
}
// jww (2007-04-26): All of Ledger should be accessed through a