aboutsummaryrefslogtreecommitdiffstats
path: root/pingu.c
diff options
context:
space:
mode:
Diffstat (limited to 'pingu.c')
-rw-r--r--pingu.c12
1 files changed, 0 insertions, 12 deletions
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)
{