This commit is contained in:
jfrijters 2010-09-29 05:38:12 +00:00
Родитель ce884000ce
Коммит cda96b33f0
1 изменённых файлов: 0 добавлений и 8 удалений

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

@ -206,14 +206,6 @@ namespace IKVM.Internal
}
}
internal bool IsStackEmpty
{
get
{
return topOfStack == 0;
}
}
private int GetILOffset()
{
LazyGen();