mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-21 20:27:13 +01:00
Remove redundant initialization to null in script object iterator.
This commit is contained in:
parent
2fb58f9fbf
commit
d8c9be59d4
@ -440,8 +440,6 @@ public:
|
|||||||
Index = 0;
|
Index = 0;
|
||||||
sq_resetobject(&Key);
|
sq_resetobject(&Key);
|
||||||
sq_resetobject(&Value);
|
sq_resetobject(&Value);
|
||||||
Key._type = OT_NULL;
|
|
||||||
Value._type = OT_NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user