From d3f84250fdaa48e0ca1032b92b9c0f827707655b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 4 Jan 2018 12:58:20 +0300 Subject: compilation fix --- libs/libjson/src/internalJSONNode.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/libjson/src/internalJSONNode.cpp') diff --git a/libs/libjson/src/internalJSONNode.cpp b/libs/libjson/src/internalJSONNode.cpp index 1b51582db2..d541120e81 100644 --- a/libs/libjson/src/internalJSONNode.cpp +++ b/libs/libjson/src/internalJSONNode.cpp @@ -37,8 +37,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. is much faster */ -const json_string CONST_NULL(JSON_TEXT("null")); - static const json_string CONST_TRUE(JSON_TEXT("true")); static const json_string CONST_FALSE(JSON_TEXT("false")); -- cgit v1.2.3