summaryrefslogtreecommitdiff
path: root/src/json.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/json.c')
-rw-r--r--src/json.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/json.c b/src/json.c
index cc756488d..8e6288e63 100644
--- a/src/json.c
+++ b/src/json.c
@@ -19,7 +19,6 @@
#if defined(FEAT_EVAL) || defined(PROTO)
static int json_encode_item(garray_T *gap, typval_T *val, int copyID, int options);
-static int json_decode_item(js_read_T *reader, typval_T *res, int options);
/*
* Encode "val" into a JSON format string.