Remove use of CONFIG_MASK_TASK_ARGS from NSH

This commit is contained in:
Gregory Nutt
2014-11-13 06:27:29 -06:00
parent a32e3bdb7b
commit da8ba5dfd5
2 changed files with 1 additions and 11 deletions

View File

@@ -454,12 +454,6 @@
# endif
#endif
#if defined(CONFIG_NSH_BUILTIN_APPS) || defined(CONFIG_NSH_FILE_APPS)
# if CONFIG_NSH_MAXARGUMENTS > CONFIG_MAX_TASK_ARGS
# warning Number of built-in and file task arguments will be truncated to CONFIG_MAX_TASK_ARGS
# endif
#endif
/* Argument list size
*
* argv[0]: The command name.