summaryrefslogtreecommitdiff
path: root/jsonpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'jsonpath.c')
-rw-r--r--jsonpath.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/jsonpath.c b/jsonpath.c
index eaf5b7a..591c5fd 100644
--- a/jsonpath.c
+++ b/jsonpath.c
@@ -176,7 +176,6 @@ jp_show(JSONPath * jp)
break;
case JP_KEY_SUBSCRIPT:
tmp = json_encode_string(elem->data.key.ptr, elem->data.key.length, '"', false);
- Assert(tmp != NULL);
appendStringInfo(string, "%s[%s]", rd ? ".." : "", tmp);
pfree(tmp);
break;