clang-tidy: partially fix readability-redundant-declaration

This commit is contained in:
Daniel Agar
2019-10-27 20:21:45 -04:00
parent 68d20b56cf
commit 6f1f5e0325
6 changed files with 1 additions and 22 deletions

View File

@@ -56,8 +56,6 @@
# error load_mon support requires CONFIG_SCHED_INSTRUMENTATION
#endif
extern struct system_load_s system_load;
#define STACK_LOW_WARNING_THRESHOLD 300 ///< if free stack space falls below this, print a warning
#define FDS_LOW_WARNING_THRESHOLD 3 ///< if free file descriptors fall below this, print a warning