mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-28 11:41:48 +02:00
Remove redundant initialization to null in script object iterator.
This commit is contained in:
@@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user