diff options
Diffstat (limited to 'scripts/kconfig/expr.h')
-rw-r--r-- | scripts/kconfig/expr.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index cdd48600e02..80fce57080c 100644 --- a/scripts/kconfig/expr.h +++ b/scripts/kconfig/expr.h | |||
@@ -10,9 +10,7 @@ | |||
10 | extern "C" { | 10 | extern "C" { |
11 | #endif | 11 | #endif |
12 | 12 | ||
13 | #include <assert.h> | ||
14 | #include <stdio.h> | 13 | #include <stdio.h> |
15 | #include "list.h" | ||
16 | #ifndef __cplusplus | 14 | #ifndef __cplusplus |
17 | #include <stdbool.h> | 15 | #include <stdbool.h> |
18 | #endif | 16 | #endif |
@@ -174,15 +172,6 @@ struct menu { | |||
174 | #define MENU_CHANGED 0x0001 | 172 | #define MENU_CHANGED 0x0001 |
175 | #define MENU_ROOT 0x0002 | 173 | #define MENU_ROOT 0x0002 |
176 | 174 | ||
177 | struct jump_key { | ||
178 | struct list_head entries; | ||
179 | size_t offset; | ||
180 | struct menu *target; | ||
181 | int index; | ||
182 | }; | ||
183 | |||
184 | #define JUMP_NB 9 | ||
185 | |||
186 | extern struct file *file_list; | 175 | extern struct file *file_list; |
187 | extern struct file *current_file; | 176 | extern struct file *current_file; |
188 | struct file *lookup_file(const char *name); | 177 | struct file *lookup_file(const char *name); |