fixup! remove DYNAMIC_ICONV

Code for "DYNAMIC_ICONV" macro was dead since v0.3.0.
d87e5d7016
This commit is contained in:
Jan Edmund Lazo 2021-08-01 09:32:10 -04:00
parent e98eba9086
commit de74fcc74c
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15
1 changed files with 0 additions and 3 deletions

View File

@ -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