projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fe146e
)
mysql plugin: remove unused declaration
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 26 Mar 2016 12:59:26 +0000
(13:59 +0100)
committer
Ruben 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
patch
|
blob
|
history
diff --git
a/src/mysql.c
b/src/mysql.c
index
eaa0371
..
f6c710c
100644
(file)
--- 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;