coverity#708898 Unused pointer value

Change-Id: I3190fa5c49de84319bf08f286c1511d2b23e4922
This commit is contained in:
Caolán McNamara
2014-03-06 16:20:17 +00:00
parent 827d9168ee
commit f3770d0d04

View File

@@ -654,8 +654,8 @@ static int parseCharWidths( FileInputStream* fp, int* cwi)
keyword = token(fp,tokenlen); keyword = token(fp,tokenlen);
break;
case VVECTOR:
keyword = token(fp,tokenlen);
keyword = token(fp,tokenlen);
token(fp,tokenlen); /*eat token*/
token(fp,tokenlen); /*eat token*/
break;
case NOPE:
default: