mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
[MP] Fix dead code doing unnecessary allocation
Probably a leftover from some old refactor.
(cherry picked from commit e64aa4d25f
)
This commit is contained in:
parent
83e985b159
commit
16bc127e00
@ -266,10 +266,6 @@ Error MultiplayerAPI::decode_and_decompress_variants(Vector<Variant> &r_variants
|
||||
return OK;
|
||||
}
|
||||
|
||||
Vector<Variant> args;
|
||||
Vector<const Variant *> argp;
|
||||
args.resize(argc);
|
||||
|
||||
for (int i = 0; i < argc; i++) {
|
||||
ERR_FAIL_COND_V_MSG(r_len >= p_len, ERR_INVALID_DATA, "Invalid packet received. Size too small.");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user