summaryrefslogtreecommitdiffstats
path: root/src/qjson_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qjson_p.h')
-rw-r--r--src/qjson_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qjson_p.h b/src/qjson_p.h
index 4014dbd..9175366 100644
--- a/src/qjson_p.h
+++ b/src/qjson_p.h
@@ -118,8 +118,6 @@ struct Object;
struct Value;
struct Entry;
-const uint QBJS_Tag = ('q') | ('b' << 8) | ('j' << 16) | ('s' << 24);
-
static inline int alignedSize(int size) { return (size + 3) & ~3; }
static inline bool useCompressed(const QString &s)