diff options
author | erw7 <erw7.github@gmail.com> | 2019-08-06 12:44:22 +0900 |
---|---|---|
committer | erw7 <erw7.github@gmail.com> | 2019-08-06 12:44:22 +0900 |
commit | d6f15ccc3c7ce04ff79c82dd8ea003f67c82ba94 (patch) | |
tree | e52b3cf2fafbef6310ff82bb15e78bc90b124190 /src/nvim/main.c | |
parent | 067a39ba854cc02a750911ead968a744b2769aac (diff) | |
download | rneovim-d6f15ccc3c7ce04ff79c82dd8ea003f67c82ba94.tar.gz rneovim-d6f15ccc3c7ce04ff79c82dd8ea003f67c82ba94.tar.bz2 rneovim-d6f15ccc3c7ce04ff79c82dd8ea003f67c82ba94.zip |
remove DYNAMIC_ICONV
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); |