diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-08-01 09:32:10 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-08-01 11:27:11 -0400 |
commit | de74fcc74cee4e4b35335bff6cecea46f36a78f6 (patch) | |
tree | 1c9c98a10406590e5d65a9500664e600d7c45d32 | |
parent | e98eba9086e703f5e010201ba05a73bcb713f751 (diff) | |
download | rneovim-de74fcc74cee4e4b35335bff6cecea46f36a78f6.tar.gz rneovim-de74fcc74cee4e4b35335bff6cecea46f36a78f6.tar.bz2 rneovim-de74fcc74cee4e4b35335bff6cecea46f36a78f6.zip |
fixup! remove DYNAMIC_ICONV
Code for "DYNAMIC_ICONV" macro was dead since v0.3.0.
https://github.com/neovim/neovim/commit/d87e5d70163addaa4ab140425c8bf875ea3b747f
-rw-r--r-- | src/nvim/mbyte.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/mbyte.c b/src/nvim/mbyte.c index 9cd57affb9..cba372b9d3 100644 --- a/src/nvim/mbyte.c +++ b/src/nvim/mbyte.c @@ -73,9 +73,6 @@ struct interval { # include "unicode_tables.generated.h" #endif -char_u e_loadlib[] = "E370: Could not load library %s"; -char_u e_loadfunc[] = "E448: Could not load library function %s"; - // To speed up BYTELEN(); keep a lookup table to quickly get the length in // bytes of a UTF-8 character from the first byte of a UTF-8 string. Bytes // which are illegal when used as the first byte have a 1. The NUL byte has |