diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.h b/src/main.h index 38df0fea4..09567bc7c 100644 --- a/src/main.h +++ b/src/main.h @@ -16,12 +16,6 @@ struct option_def { const char *default_value; }; -/** - * List of command line options. - * This can be used to compute manpage, help messages, ect. - */ -extern struct option_def options[]; - struct netdata_static_thread { char *name; |