summaryrefslogtreecommitdiffstats
path: root/src/dict.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dict.c')
-rw-r--r--src/dict.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dict.c b/src/dict.c
index f170937b61..a9a909bc2a 100644
--- a/src/dict.c
+++ b/src/dict.c
@@ -618,7 +618,6 @@ dict_find(dict_T *d, char_u *key, int len)
dict_get_tv(dict_T *d, char_u *key, typval_T *rettv)
{
dictitem_T *di;
- char_u *s;
di = dict_find(d, key, -1);
if (di == NULL)