From: robertl Date: Fri, 5 May 2006 14:25:03 +0000 (+0000) Subject: Whack dead variables. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~2886 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0ebffa112dd96ca6f8542d6658ff55556992025e;p=gpsbabel.git Whack dead variables. --- diff --git a/gpsbabel/tiger.c b/gpsbabel/tiger.c index fb3575422..ab0953d82 100644 --- a/gpsbabel/tiger.c +++ b/gpsbabel/tiger.c @@ -45,7 +45,6 @@ static char *oldmarker = NULL; static char *newmarker = NULL; static char *unfoundmarker = NULL; -static int scalev; static int short_length; static double thresh_days; diff --git a/gpsbabel/xcsv.c b/gpsbabel/xcsv.c index 321299eac..72e77b113 100644 --- a/gpsbabel/xcsv.c +++ b/gpsbabel/xcsv.c @@ -330,7 +330,6 @@ xcsv_parse_style_line(const char *sbuff) } else if (ISSTOKEN(sbuff, "IFIELD")) { - int nodelim = 0; key = val = pfc = NULL; s = csv_lineparse(&sbuff[6], ",", "", linecount);