diff --git a/src/charset.h b/src/charset.h index 54ea631e517..18fdcfb16c0 100644 --- a/src/charset.h +++ b/src/charset.h @@ -245,7 +245,6 @@ extern Lisp_Object Vcharset_hash_table; /* Table of struct charset. */ extern struct charset *charset_table; -extern int charset_table_used; #define CHARSET_FROM_ID(id) (charset_table + (id))