mysql plugin: remove unused declaration
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 26 Mar 2016 12:59:26 +0000 (13:59 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 26 Mar 2016 13:00:36 +0000 (14:00 +0100)
This was left behind after commit c17582c

src/mysql.c

index eaa0371..f6c710c 100644 (file)
@@ -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;