summaryrefslogtreecommitdiff
path: root/src/item.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2023-11-24 23:33:59 -0800
committerJohn Wiegley <johnw@newartisans.com>2024-08-05 08:35:56 -0700
commit67de3bce35de8158cd25750901a322cc02071c95 (patch)
tree984346a9cdd73dcd7c9dbc9175143e1f759a8263 /src/item.h
parent6e9fda06df1754f58c347e44a4579d059dfd36f0 (diff)
downloadfork-ledger-67de3bce35de8158cd25750901a322cc02071c95.tar.gz
fork-ledger-67de3bce35de8158cd25750901a322cc02071c95.tar.bz2
fork-ledger-67de3bce35de8158cd25750901a322cc02071c95.zip
Make xact hashes independent of posting order
Also, support matching provided hashes against a prefixed of the generated hash.
Diffstat (limited to 'src/item.h')
-rw-r--r--src/item.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/item.h b/src/item.h
index 9221098e..84f062ab 100644
--- a/src/item.h
+++ b/src/item.h
@@ -199,10 +199,6 @@ public:
return _state;
}
- virtual string hash(string _nonce) const {
- return "";
- }
-
virtual void define(const symbol_t::kind_t, const string&,
expr_t::ptr_op_t);
virtual expr_t::ptr_op_t lookup(const symbol_t::kind_t kind,