From 0c85a9f4b355ac8b18ff9a0b21f46bc520f49d81 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 29 Jul 2015 19:57:31 -0600 Subject: [PATCH] Eliminates a warning about unused variable --- nshlib/nsh_proccmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nshlib/nsh_proccmds.c b/nshlib/nsh_proccmds.c index 43791c41e..2f5f5a2b5 100644 --- a/nshlib/nsh_proccmds.c +++ b/nshlib/nsh_proccmds.c @@ -106,7 +106,6 @@ static const char *g_ttypenames[4] = "KTHREAD", "--?-- " }; -#endif static FAR const char *g_policynames[4] = { @@ -115,6 +114,7 @@ static FAR const char *g_policynames[4] = "SPOR", "OTHR" }; +#endif /**************************************************************************** * Public Data