aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-06-08 14:12:17 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-06-08 14:12:17 +0300
commitb1173f33f7d9e1c42371a5df7e21765861c74c4f (patch)
treeda1db9e453daac569c7afd2f1093250d225b6097
parent54047990e41304bbdc88739ec7771e1b551a854d (diff)
downloadmysqlstat-b1173f33f7d9e1c42371a5df7e21765861c74c4f.tar.gz
mysqlstat-b1173f33f7d9e1c42371a5df7e21765861c74c4f.tar.bz2
Minor changes
-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.