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
-7
View File
@@ -102,13 +102,6 @@ int fixedwing_control_thread_main(int argc, char *argv[]);
*/
static void usage(const char *reason);
int parameters_init(struct param_handles *h);
/**
* Update all parameters
*
*/
int parameters_update(const struct param_handles *h, struct params *p);
/**
* Control roll and pitch angle.