diff options
author | John Wiegley <johnw@newartisans.com> | 2012-02-27 00:40:22 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-02-27 02:31:08 -0600 |
commit | 0efdc0cf6f47278184eecdf47137b6253043e027 (patch) | |
tree | 1d67a02b3b7a3c202f505b420747c1aa2e7f48e7 /src/xact.h | |
parent | bb0c5344145cd79fa54a92f236628eebbe6f2f68 (diff) | |
download | fork-ledger-0efdc0cf6f47278184eecdf47137b6253043e027.tar.gz fork-ledger-0efdc0cf6f47278184eecdf47137b6253043e027.tar.bz2 fork-ledger-0efdc0cf6f47278184eecdf47137b6253043e027.zip |
The "id" of an item now maps to its UUID
Diffstat (limited to 'src/xact.h')
-rw-r--r-- | src/xact.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -129,9 +129,6 @@ public: virtual void add_post(post_t * post); - string idstring() const; - string id() const; - virtual expr_t::ptr_op_t lookup(const symbol_t::kind_t kind, const string& name); |