ical: remove dead assignment

Found by Clang scan-build after fixing the report generation.
This commit is contained in:
Patrick Ohly 2014-04-23 07:07:06 -07:00
parent 372992a20d
commit 6d0498295a
1 changed files with 0 additions and 1 deletions

View File

@ -398,7 +398,6 @@ icaltzutil_fetch_timezone (const char *location)
c = fgetc (f);
types [i].isdst = c;
if((c = fgetc (f)) < 0) {
c = 0;
break;
}
types [i].abbr = c;