Backed out changeset e1a0969cbc53 (bug 1171020) for bustage.

CLOSED TREE
This commit is contained in:
Ryan VanderMeulen 2015-06-09 12:05:36 -04:00
parent d19db17d31
commit a3b0e21f82

View File

@ -1144,8 +1144,6 @@ nsMultiMixedConv::FindToken(char *aCursor, uint32_t aLen) {
if ((*(aCursor-1) == '-') && (*(aCursor-2) == '-')) {
aCursor -= 2;
aLen += 2;
aLen;
// The additional aLen statement above, helps to suppress the compiler warning: "Value stored to 'aLen' is never read".
// we're playing w/ double dash tokens, adjust.
mToken.Assign(aCursor, mTokenLen + 2);