aboutsummaryrefslogtreecommitdiff
path: root/src/mysqlstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysqlstat.c')
-rw-r--r--src/mysqlstat.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mysqlstat.c b/src/mysqlstat.c
index f599193..9d9975e 100644
--- a/src/mysqlstat.c
+++ b/src/mysqlstat.c
@@ -44,10 +44,2 @@ xcalloc(size_t nmemb, size_t size)
-static char *
-xstrdup(char const *s)
-{
- char *p = strdup(s);
- assert(p != NULL);
- return p;
-}
-
mysqlstat_connection_t
@@ -171,3 +163,2 @@ process_next(struct process_list *p)
{
- MYSQL_ROW row;
if (p->itr >= p->total)

Return to:

Send suggestions and report system problems to the System administrator.