summaryrefslogtreecommitdiff
path: root/src/commodity.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/commodity.cc')
-rw-r--r--src/commodity.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/commodity.cc b/src/commodity.cc
index c2fc0935..2ed6553b 100644
--- a/src/commodity.cc
+++ b/src/commodity.cc
@@ -418,9 +418,7 @@ namespace {
{
switch (buf[0]) {
case 'a':
- return (std::strcmp(buf, "and") == 0 ||
- std::strcmp(buf, "any") == 0 ||
- std::strcmp(buf, "all") == 0);
+ return std::strcmp(buf, "and") == 0;
case 'd':
return std::strcmp(buf, "div") == 0;
case 'e':