From d8c9be59d49a48c6ff0e3cbf9725864508d58390 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Mon, 19 Jun 2017 13:51:58 +0300 Subject: [PATCH] Remove redundant initialization to null in script object iterator. --- include/sqrat/sqratObject.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/sqrat/sqratObject.h b/include/sqrat/sqratObject.h index f50583d6..42fe4cd9 100644 --- a/include/sqrat/sqratObject.h +++ b/include/sqrat/sqratObject.h @@ -440,8 +440,6 @@ public: Index = 0; sq_resetobject(&Key); sq_resetobject(&Value); - Key._type = OT_NULL; - Value._type = OT_NULL; } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////