diff options
Diffstat (limited to 'src/json.c')
-rw-r--r-- | src/json.c | 5 |
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. |