From e1ad76a6cfb76d3df75c8ae0dec120ee73e39cfc Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 30 Jun 2011 11:08:22 +0200 Subject: pingu: remove dead code --- pingu.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'pingu.c') diff --git a/pingu.c b/pingu.c index d6ef19c..1a11ae7 100644 --- a/pingu.c +++ b/pingu.c @@ -59,18 +59,6 @@ struct ping_host { float timeout; }; -#if 0 -int skip(char **str, int whitespace) -{ - char * - while (isspace(*p)) { - if (*p == '\0') - return; - p++; - } -} -#endif - /* note: this overwrite the line buffer */ void parse_line(char *line, char **key, char **value) { -- cgit v1.2.3