You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove unused #if 0'ed code
This commit is contained in:
@@ -1550,10 +1550,8 @@ Variant GDScriptFunction::call(GDScriptInstance *p_instance, const Variant **p_a
|
||||
OPCODE_BREAK;
|
||||
}
|
||||
|
||||
// Enable for debugging
|
||||
#if 0
|
||||
#if 0 // Enable for debugging.
|
||||
default: {
|
||||
|
||||
err_text = "Illegal opcode " + itos(_code_ptr[ip]) + " at address " + itos(ip);
|
||||
OPCODE_BREAK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user