From: Ruben Kerkhof Date: Sat, 26 Mar 2016 12:59:26 +0000 (+0100) Subject: mysql plugin: remove unused declaration X-Git-Tag: collectd-5.5.2~28 X-Git-Url: https://git.tokkee.org/?p=collectd.git;a=commitdiff_plain;h=9fa8008f454c54ce6c98a1c6917de905162bb806 mysql plugin: remove unused declaration This was left behind after commit c17582c --- diff --git a/src/mysql.c b/src/mysql.c index eaa03719..f6c710c0 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -65,9 +65,6 @@ typedef struct mysql_database_s mysql_database_t; /* }}} */ static int mysql_read (user_data_t *ud); -void mysql_read_default_options(struct st_mysql_options *options, - const char *filename,const char *group); - static void mysql_database_free (void *arg) /* {{{ */ { mysql_database_t *db;