aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/main.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-08-09 11:19:37 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-08-09 11:19:37 +0200
commit8a56bd944a944cf77a0b9f44b59098dae05b07a0 (patch)
tree2693a0f4599ec4efb02b48f031106794e56cd1d0 /src/nvim/main.c
parent47b7b471fa0f33550f886dc93976ded97f602292 (diff)
parentd6f15ccc3c7ce04ff79c82dd8ea003f67c82ba94 (diff)
downloadrneovim-8a56bd944a944cf77a0b9f44b59098dae05b07a0.tar.gz
rneovim-8a56bd944a944cf77a0b9f44b59098dae05b07a0.tar.bz2
rneovim-8a56bd944a944cf77a0b9f44b59098dae05b07a0.zip
Merge #10708 'remove DYNAMIC_ICONV'
closes #3457
Diffstat (limited to 'src/nvim/main.c')
-rw-r--r--src/nvim/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/main.c b/src/nvim/main.c
index 9c342e62c0..6bb3c37b92 100644
--- a/src/nvim/main.c
+++ b/src/nvim/main.c
@@ -664,9 +664,6 @@ void getout(int exitval)
ui_call_set_title(cstr_as_string((char *)p_titleold));
}
-#if defined(USE_ICONV) && defined(DYNAMIC_ICONV)
- iconv_end();
-#endif
cs_end();
if (garbage_collect_at_exit) {
garbage_collect(false);