mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-20 19:57:12 +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;
|
||||
sq_resetobject(&Key);
|
||||
sq_resetobject(&Value);
|
||||
Key._type = OT_NULL;
|
||||
Value._type = OT_NULL;
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user