summaryrefslogtreecommitdiff
path: root/src/xact.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-02-27 00:40:22 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-02-27 02:31:08 -0600
commit0efdc0cf6f47278184eecdf47137b6253043e027 (patch)
tree1d67a02b3b7a3c202f505b420747c1aa2e7f48e7 /src/xact.h
parentbb0c5344145cd79fa54a92f236628eebbe6f2f68 (diff)
downloadfork-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xact.h b/src/xact.h
index 5d7912fc..3e628817 100644
--- a/src/xact.h
+++ b/src/xact.h
@@ -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);