mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Remove deadcode in GDScript function CallState.
This commit is contained in:
@@ -566,7 +566,6 @@ public:
|
||||
#endif
|
||||
Vector<uint8_t> stack;
|
||||
int stack_size = 0;
|
||||
uint32_t alloca_size = 0;
|
||||
int ip = 0;
|
||||
int line = 0;
|
||||
int defarg = 0;
|
||||
|
||||
Reference in New Issue
Block a user