mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Backed out changeset e1a0969cbc53 (bug 1171020) for bustage.
CLOSED TREE
This commit is contained in:
parent
e5edaa4303
commit
9ad81c2b58
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user