Remove unused variable in GDScriptLanguage.

This commit is contained in:
Yufeng Ying 2024-12-20 00:48:06 +08:00
parent fafc07335b
commit a43f90b89d
3 changed files with 0 additions and 11 deletions

View file

@ -511,12 +511,6 @@ Variant GDScriptFunction::call(GDScriptInstance *p_instance, const Variant **p_a
Variant **instruction_args = nullptr;
int defarg = 0;
#ifdef DEBUG_ENABLED
//GDScriptLanguage::get_singleton()->calls++;
#endif
uint32_t alloca_size = 0;
GDScript *script;
int ip = 0;