summaryrefslogtreecommitdiff
path: root/constraint.cc
diff options
context:
space:
mode:
Diffstat (limited to 'constraint.cc')
-rw-r--r--constraint.cc4
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;