diff options
author | John Wiegley <johnw@newartisans.com> | 2004-07-27 02:23:02 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-07-27 02:23:02 -0400 |
commit | d7dd02276c7c9ef4c8affefc6d6ed1e3431535b9 (patch) | |
tree | f1f461724c0079b5c0a0aa3b9290880a8b4c7f5e /constraint.cc | |
parent | dd5680c2674fe9ce458941ec9b3978cd7dda9bff (diff) | |
download | fork-ledger-d7dd02276c7c9ef4c8affefc6d6ed1e3431535b9.tar.gz fork-ledger-d7dd02276c7c9ef4c8affefc6d6ed1e3431535b9.tar.bz2 fork-ledger-d7dd02276c7c9ef4c8affefc6d6ed1e3431535b9.zip |
further reorganization
Diffstat (limited to 'constraint.cc')
-rw-r--r-- | constraint.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constraint.cc b/constraint.cc index 0af49502..4720e62b 100644 --- a/constraint.cc +++ b/constraint.cc @@ -200,6 +200,10 @@ bool constraints_t::operator ()(const item_t * item) const return false; #if 0 + // jww (2004-07-26): It shouldn't be necessary to check against the + // account here, since this is always done during initial compiling + // of the item_t tree. + if (! account_masks.empty()) { bool match = false; |