Changeset: 297ef671c58f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=297ef671c58f
Modified Files:
        monetdb5/modules/atoms/json.c
Branch: Oct2014
Log Message:

Dead code.


diffs (12 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
@@ -441,7 +441,7 @@ JSONglue(str res, str r, char sep)
        str n;
        if( r== 0 || *r == 0)
                return res;
-       len =  r?strlen(r):0;
+       len = strlen(r);
        if ( res == 0)
                res = GDKstrdup(r);
        else {
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to