mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Remove deadcode in GDScript function CallState.
This commit is contained in:
parent
8f78e7510d
commit
5484ec0be2
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue