From d7dd02276c7c9ef4c8affefc6d6ed1e3431535b9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 27 Jul 2004 02:23:02 -0400 Subject: further reorganization --- constraint.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'constraint.cc') 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; -- cgit v1.2.3