summaryrefslogtreecommitdiff
path: root/scripts/kconfig/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r--scripts/kconfig/expr.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index eb0bf6d..80fce57 100644
--- a/scripts/kconfig/expr.h
+++ b/scripts/kconfig/expr.h
@@ -27,17 +27,7 @@ typedef enum tristate {
} tristate;
enum expr_type {
- E_NONE,
- E_OR,
- E_AND,
- E_NOT,
- E_EQUAL,
- E_UNEQUAL,
- E_STRICT_GREATER_THAN,
- E_STRICT_LESS_THAN,
- E_LIST,
- E_SYMBOL,
- E_RANGE
+ E_NONE, E_OR, E_AND, E_NOT, E_EQUAL, E_UNEQUAL, E_LIST, E_SYMBOL, E_RANGE
};
union expr_data {