Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-03-09 12:39:07 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-03-09 12:41:09 +0300
commit1c24656ed90e3bd8ef62335ba591fbc61a82eff7 (patch)
tree01068a68a2858a4db33c66acaa2177de5d3cb78a /include/zbxjson.h
parentefaaf305ff75350eac56e172a449baded39676d3 (diff)
........S. [DEV-1836] added freeing json in case of failure in check_capabilities
Diffstat (limited to 'include/zbxjson.h')
-rw-r--r--include/zbxjson.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 8018553ad86..3d06b0e0670 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -274,8 +274,6 @@ void zbx_json_escape(char **string);
int zbx_json_open_path(const struct zbx_json_parse *jp, const char *path, struct zbx_json_parse *out);
zbx_json_type_t zbx_json_valuetype(const char *p);
-//void zbx_json_log(const struct zbx_json_parse *jp, int loglevel);
-
/* jsonpath support */
typedef struct zbx_jsonpath_segment zbx_jsonpath_segment_t;