summaryrefslogtreecommitdiff
path: root/libs/libjson/src/internalJSONNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libjson/src/internalJSONNode.cpp')
-rw-r--r--libs/libjson/src/internalJSONNode.cpp2
1 files changed, 0 insertions, 2 deletions
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"));