From: octo Date: Wed, 14 Dec 2005 18:00:25 +0000 (+0000) Subject: Merged the fix of Revision 302 to the branches X-Git-Tag: collectd-3.5.0~7^2~4 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=7221f7697a7cae0dac1cf53ee83640617d7c28db;p=collectd.git Merged the fix of Revision 302 to the branches --- 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]))