You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/04/17 16:10:30 UTC

[incubator-nuttx] 01/02: tools/cfgdefine.c: Remove some string config variable from the dequote list

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 89ff9eb0468c99d4128e079716fa1d86272e40b6
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Fri Apr 17 15:13:01 2020 +0800

    tools/cfgdefine.c: Remove some string config variable from the dequote list
    
    since source code use these config as string constant not as variable name
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
    Change-Id: Iaee3d32b100beb8b77d68711728a1e874b45ae3a
---
 tools/cfgdefine.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/cfgdefine.c b/tools/cfgdefine.c
index e0d6960..cd17e65 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 */
 };