aboutsummaryrefslogtreecommitdiff
path: root/src/json.c
diff options
context:
space:
mode:
authordrh <>2023-12-19 00:07:38 +0000
committerdrh <>2023-12-19 00:07:38 +0000
commit459f7b109014849034b930bc950cfff1f93b6dcf (patch)
tree9929c54a846dfa1c6f090534a276f288f9744f10 /src/json.c
parentd9252d09c2e5a850636ff3103196d0af028ecfaa (diff)
downloadsqlite-459f7b109014849034b930bc950cfff1f93b6dcf.tar.gz
sqlite-459f7b109014849034b930bc950cfff1f93b6dcf.zip
Remove a stray comment in the JSON code.
FossilOrigin-Name: 6618bdf0679405b43911ea8cd94050b12a5dc469f3dfe4759ee3ff850a55229e
Diffstat (limited to 'src/json.c')
-rw-r--r--src/json.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/json.c b/src/json.c
index 8f7938a23..d0e7b3fc6 100644
--- a/src/json.c
+++ b/src/json.c
@@ -3166,11 +3166,6 @@ jsonInsertIntoBlob_patherror:
}
/*
-** Make a copy of a JsonParse object. The copy will be editable.
-*/
-
-
-/*
** Generate a JsonParse object, containing valid JSONB in aBlob and nBlob,
** from the SQL function argument pArg. Return a pointer to the new
** JsonParse object.