diff options
Diffstat (limited to 'src/coding.h')
-rw-r--r-- | src/coding.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/coding.h b/src/coding.h index 4973cf89eb1..9ad1e954f8d 100644 --- a/src/coding.h +++ b/src/coding.h @@ -97,9 +97,6 @@ enum define_coding_undecided_arg_index extern Lisp_Object Vcoding_system_hash_table; -/* Name (or base name) of work buffer for code conversion. */ -extern Lisp_Object Vcode_conversion_workbuf_name; - /* Enumeration of index to an attribute vector of a coding system. */ enum coding_attr_index |