Skip to content

Commit 00150ff

Browse files
committed
Fix connect bson.cpp warning
The ptyp variable is unused.
1 parent 244bf37 commit 00150ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/connect/bson.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ BDOC::BDOC(PGLOBAL G) : BJSON(G, NULL)
8484
PBVAL BDOC::ParseJson(PGLOBAL g, char* js, size_t lng)
8585
{
8686
size_t i;
87-
bool b = false, ptyp = (bool *)pty;
87+
bool b = false;
8888
PBVAL bvp = NULL;
8989

9090
s = js;

0 commit comments

Comments
 (0)