Cleanup: remove accidentally committed debug code.

This commit is contained in:
Brecht Van Lommel 2018-12-11 15:18:01 +01:00
parent ece109dd60
commit 84b02dc54a
1 changed files with 0 additions and 3 deletions

View File

@ -212,9 +212,6 @@ int SVMCompiler::stack_find_offset(int size)
while(i >= offset)
active_stack.users[i--] = 1;
if (offset == 255) {
abort();
}
return offset;
}
}