From: octo Date: Wed, 14 Dec 2005 17:58:43 +0000 (+0000) Subject: Fixed weird bug in processes.c. Thanks to Stuart Nicholson for pointing it out X-Git-Tag: collectd-3.5.0~10 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a7cd32dff9ea56a6771c5479468eda2a15d52f1f;p=collectd.git Fixed weird bug in processes.c. Thanks to Stuart Nicholson for pointing it out --- diff --git a/src/processes.c b/src/processes.c index fcf9197f..c69b5ce8 100644 --- a/src/processes.c +++ b/src/processes.c @@ -94,8 +94,6 @@ void ps_read (void) return; } - int strsplit (char *string, char **fields, size_t size); - while ((ent = readdir (proc)) != NULL) { if (!isdigit (ent->d_name[0]))