diff options
Diffstat (limited to 'src/character.c')
-rw-r--r-- | src/character.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/character.c b/src/character.c index b85cedad937..fbd23409d08 100644 --- a/src/character.c +++ b/src/character.c @@ -57,9 +57,6 @@ static Lisp_Object Qauto_fill_chars; Unicode character. Mainly used by the macro MAYBE_UNIFY_CHAR. */ Lisp_Object Vchar_unify_table; -/* Variable used locally in the macro FETCH_MULTIBYTE_CHAR. */ -unsigned char *_fetch_multibyte_char_p; - static Lisp_Object Qchar_script_table; |