diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-09 11:19:37 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-09 11:19:37 +0200 |
commit | 8a56bd944a944cf77a0b9f44b59098dae05b07a0 (patch) | |
tree | 2693a0f4599ec4efb02b48f031106794e56cd1d0 /src/nvim/main.c | |
parent | 47b7b471fa0f33550f886dc93976ded97f602292 (diff) | |
parent | d6f15ccc3c7ce04ff79c82dd8ea003f67c82ba94 (diff) | |
download | rneovim-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.c | 3 |
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); |