summaryrefslogtreecommitdiff
path: root/storage/connect/bson.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/bson.cpp')
-rw-r--r--storage/connect/bson.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/bson.cpp b/storage/connect/bson.cpp
index 208cd04cb3a..880b4a1ce23 100644
--- a/storage/connect/bson.cpp
+++ b/storage/connect/bson.cpp
@@ -84,7 +84,7 @@ BDOC::BDOC(PGLOBAL G) : BJSON(G, NULL)
PBVAL BDOC::ParseJson(PGLOBAL g, char* js, size_t lng)
{
size_t i;
- bool b = false, ptyp = (bool *)pty;
+ bool b = false;
PBVAL bvp = NULL;
s = js;