1
0
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:
Sandu Liviu Catalin 2017-06-19 13:51:58 +03:00
parent 2fb58f9fbf
commit d8c9be59d4

View File

@ -440,8 +440,6 @@ public:
Index = 0;
sq_resetobject(&Key);
sq_resetobject(&Value);
Key._type = OT_NULL;
Value._type = OT_NULL;
}
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////