diff options
Diffstat (limited to 'scripts/config/expr.h')
-rw-r--r-- | scripts/config/expr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config/expr.h b/scripts/config/expr.h index cc616f1f8..cac51f6a8 100644 --- a/scripts/config/expr.h +++ b/scripts/config/expr.h | |||
@@ -174,7 +174,6 @@ void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, s | |||
174 | struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym); | 174 | struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym); |
175 | 175 | ||
176 | void expr_fprint(struct expr *e, FILE *out); | 176 | void expr_fprint(struct expr *e, FILE *out); |
177 | void print_expr(int mask, struct expr *e, int prevtoken); | ||
178 | 177 | ||
179 | static inline int expr_is_yes(struct expr *e) | 178 | static inline int expr_is_yes(struct expr *e) |
180 | { | 179 | { |