summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/expression.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/expression.h b/include/expression.h
index 29dd0346..f0ba6fc1 100644
--- a/include/expression.h
+++ b/include/expression.h
@@ -85,12 +85,6 @@ enum ops {
OP_GT,
OP_LTE,
OP_GTE,
- /* Range comparison */
- OP_RANGE,
- /* Flag comparison */
- OP_FLAGCMP,
- /* Set lookup */
- OP_LOOKUP,
__OP_MAX
};
#define OP_MAX (__OP_MAX - 1)