This commit is contained in:
jfrijters 2009-01-21 05:16:46 +00:00
Родитель 26be4bdd39
Коммит 24e2d8d7f7
2 изменённых файлов: 0 добавлений и 6 удалений

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

@ -672,11 +672,6 @@ namespace IKVM.Reflection.Emit
throw new NotImplementedException(); throw new NotImplementedException();
} }
private void EmitWriteLineHelper(Type type)
{
throw new NotImplementedException();
}
public void EmitWriteLine(string text) public void EmitWriteLine(string text)
{ {
Emit(OpCodes.Ldstr, text); Emit(OpCodes.Ldstr, text);

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

@ -1914,7 +1914,6 @@ namespace IKVM.Reflection.Emit.Writer
{ {
if (table != null && table.RowCount > 0) if (table != null && table.RowCount > 0)
{ {
int pos = mw.Position;
mw.Write(table.RowCount); mw.Write(table.RowCount);
} }
} }