Add comment that this value is unused.
It is obvious that it isn't used, but both clang and Coverity talk about it. Found with: Coverity Prevent(tm) CID: 8066
This commit is contained in:
parent
3b8d8bd75e
commit
7ba8f7307a
@ -358,7 +358,7 @@ read_zones(void)
|
||||
if (strlen(tlc) != 2)
|
||||
errx(1, "%s:%d: invalid country code `%s'",
|
||||
path_zonetab, lineno, tlc);
|
||||
coord = strsep(&line, "\t");
|
||||
coord = strsep(&line, "\t"); /* Unused */
|
||||
file = strsep(&line, "\t");
|
||||
p = strchr(file, '/');
|
||||
if (p == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user