Changeset: 6e2df9d29b18 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6e2df9d29b18
Modified Files:
        monetdb5/modules/atoms/json.c
Branch: json-storage
Log Message:

removed commented out code


diffs (11 lines):

diff --git a/monetdb5/modules/atoms/json.c b/monetdb5/modules/atoms/json.c
--- a/monetdb5/modules/atoms/json.c
+++ b/monetdb5/modules/atoms/json.c
@@ -521,7 +521,6 @@ JSONstr2json(json *ret, str *j)
 {
        str msg = MAL_SUCCEED;
        json buf = NULL;
-       //json *p = &buf;
        size_t ln = 2*strlen(*j)+1;
        size_t out_size = 0;
 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to