summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib/nsh.h')
-rw-r--r--apps/nshlib/nsh.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/nshlib/nsh.h b/apps/nshlib/nsh.h
index c06d4e910..d726b5253 100644
--- a/apps/nshlib/nsh.h
+++ b/apps/nshlib/nsh.h
@@ -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.