diff options
Diffstat (limited to 'json-writer.c')
| -rw-r--r-- | json-writer.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/json-writer.c b/json-writer.c index 25b9201f9c..34577dc25f 100644 --- a/json-writer.c +++ b/json-writer.c @@ -1,3 +1,5 @@ +#define DISABLE_SIGN_COMPARE_WARNINGS + #include "git-compat-util.h" #include "json-writer.h" @@ -266,10 +268,6 @@ static void append_sub_jw(struct json_writer *jw, strbuf_addbuf(&jw->json, &value->json); } -/* - * Append existing (properly terminated) JSON sub-data (object or array) - * as-is onto the given JSON data. - */ void jw_object_sub_jw(struct json_writer *jw, const char *key, const struct json_writer *value) { |
