globals: eliminate "has_mbyte" macro

"has_mbyte" always evaluates to "true".
Continue dead code removal, started in https://github.com/neovim/neovim/pull/13275.
This commit is contained in:
Jan Edmund Lazo
2020-11-14 17:14:30 -05:00
parent 78c380f947
commit 35874208b8
5 changed files with 7 additions and 14 deletions

View File

@@ -602,7 +602,6 @@ EXTERN int inhibit_delete_count INIT(= 0);
// 'encoding' is always "utf-8". Code that use them can be refactored to
// remove dead code.
#define enc_utf8 true
#define has_mbyte true
/// Encoding used when 'fencs' is set to "default"
EXTERN char_u *fenc_default INIT(= NULL);