diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-30 11:08:22 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-30 11:08:22 +0200 |
commit | e1ad76a6cfb76d3df75c8ae0dec120ee73e39cfc (patch) | |
tree | 969bef1ea4c52805238f6576449f34567290e512 /pingu.c | |
parent | 6a6d9900250b03bafafb0819be01ece22be46692 (diff) | |
download | pingu-e1ad76a6cfb76d3df75c8ae0dec120ee73e39cfc.tar.bz2 pingu-e1ad76a6cfb76d3df75c8ae0dec120ee73e39cfc.tar.xz |
pingu: remove dead code
Diffstat (limited to 'pingu.c')
-rw-r--r-- | pingu.c | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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) { |