This commit is contained in:
jfrijters 2010-05-31 09:33:28 +00:00
Родитель a6922fa16a
Коммит 6d3632f144
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -1171,11 +1171,6 @@ class MethodAnalyzer
firstNonArgLocalIndex++;
}
}
TypeWrapper[] argumentsByLocalIndex = new TypeWrapper[firstNonArgLocalIndex];
for(int i = 0; i < argumentsByLocalIndex.Length; i++)
{
argumentsByLocalIndex[i] = state[0].GetLocalTypeEx(i);
}
InstructionState s = state[0].Copy();
bool done = false;
ClassFile.Method.Instruction[] instructions = method.Instructions;