diff --git a/tools/cfgdefine.c b/tools/cfgdefine.c index e0d69602de..cd17e65ff3 100644 --- a/tools/cfgdefine.c +++ b/tools/cfgdefine.c @@ -87,11 +87,8 @@ static const char *dequote_list[] = /* apps/ definitions */ - "CONFIG_EXAMPLES_HELLO_PROGNAME", /* Name of installed hello example program */ - "CONFIG_SYSTEM_NSH_PROGNAME", /* Name of installed NSH example program */ "CONFIG_SYSTEM_NSH_SYMTAB_ARRAYNAME", /* Symbol table array name */ "CONFIG_SYSTEM_NSH_SYMTAB_COUNTNAME", /* Name of the variable holding the number of symbols */ - "CONFIG_THTTPD_INDEX_NAMES", /* List of index file names */ NULL /* Marks the end of the list */ };