mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 01:37:16 +00:00
Eliminate double declaration of variable
This commit is contained in:
parent
9006576ab5
commit
74590617a8
@ -68,7 +68,7 @@ bool JNIHeaderGenerator::genHeaderFile(ClassFileSummary &summ,
|
||||
PR_fprintf(fp, "extern \"C\" {\n");
|
||||
PR_fprintf(fp, "#endif\n");
|
||||
|
||||
for (Uint32 i = 0; i < methodCount; i++) {
|
||||
for (i = 0; i < methodCount; i++) {
|
||||
Method *m = (Method *) methods[i];
|
||||
const Signature &sig = m->getSignature();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user