Skip to content

Commit

Permalink
kconfig: nuke reference to SWIG
Browse files Browse the repository at this point in the history
SWIG is not used (yet?) to create kconfig binding, so there is no point
referencing it.

Signed-off-by: Arnaud Lacombe <[email protected]>
  • Loading branch information
lacombar committed Jun 6, 2011
1 parent 02d95c9 commit 8425038
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/kconfig/expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ struct menu {
#define MENU_CHANGED 0x0001
#define MENU_ROOT 0x0002

#ifndef SWIG

extern struct file *file_list;
extern struct file *current_file;
struct file *lookup_file(const char *name);
Expand Down Expand Up @@ -218,7 +216,6 @@ static inline int expr_is_no(struct expr *e)
{
return e && (e->type == E_SYMBOL && e->left.sym == &symbol_no);
}
#endif

#ifdef __cplusplus
}
Expand Down

0 comments on commit 8425038

Please sign in to comment.