1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-09 14:21:03 +03:00

Remove a stray comment in the JSON code.

FossilOrigin-Name: 6618bdf0679405b43911ea8cd94050b12a5dc469f3dfe4759ee3ff850a55229e
This commit is contained in:
drh
2023-12-19 00:07:38 +00:00
parent d9252d09c2
commit 459f7b1090
3 changed files with 7 additions and 12 deletions

View File

@@ -3165,11 +3165,6 @@ jsonInsertIntoBlob_patherror:
return;
}
/*
** 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