summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-04 20:55:40 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-04 20:57:14 -0400
commit3f960be96c47cc976ed3a4d9e477325b6a3fcfb7 (patch)
tree2d0b5a844bc47ff3bb90797114f89531b933c982 /src/item.h
parent066aef6090d5801e9e8452692c2478320dad48d3 (diff)
downloadfork-ledger-3f960be96c47cc976ed3a4d9e477325b6a3fcfb7.tar.gz
fork-ledger-3f960be96c47cc976ed3a4d9e477325b6a3fcfb7.tar.bz2
fork-ledger-3f960be96c47cc976ed3a4d9e477325b6a3fcfb7.zip
Removed all references to the old binary cache.
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/item.h b/src/item.h
index c4d01b1d..b209b76c 100644
--- a/src/item.h
+++ b/src/item.h
@@ -60,9 +60,8 @@ class item_t : public supports_flags<>, public scope_t
{
public:
#define ITEM_NORMAL 0x00 // no flags at all, a basic transaction
-#define ITEM_IN_CACHE 0x01 // transaction allocated by the binary cache
-#define ITEM_GENERATED 0x02 // transaction was not found in a journal
-#define ITEM_TEMP 0x04 // transaction is a temporary object
+#define ITEM_GENERATED 0x01 // transaction was not found in a journal
+#define ITEM_TEMP 0x02 // transaction is a temporary object
enum state_t { UNCLEARED = 0, CLEARED, PENDING };