diff options
| author | Paul Eggert | 2017-02-26 09:56:44 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-02-26 09:58:25 -0800 |
| commit | d83c75ec19b549a1700622157d0ee292ca59785e (patch) | |
| tree | b7efd5d79d90b970662d2229241602dc93cdde35 /src/lisp.h | |
| parent | d8899b9d1baf517b30ec4752d1458e2a06000646 (diff) | |
| download | emacs-d83c75ec19b549a1700622157d0ee292ca59785e.tar.gz emacs-d83c75ec19b549a1700622157d0ee292ca59785e.zip | |
Remove a few unused C functions
* src/eval.c (let_shadows_global_binding_p):
* src/print.c (write_string):
* src/systhread.c (sys_mutex_destroy, sys_thread_equal):
Remove.
* src/print.c (write_string): Rename from write_string_1.
All uses changed.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index e048011a860..238c20bc189 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3707,7 +3707,6 @@ extern Lisp_Object Vprin1_to_string_buffer; | |||
| 3707 | extern void debug_print (Lisp_Object) EXTERNALLY_VISIBLE; | 3707 | extern void debug_print (Lisp_Object) EXTERNALLY_VISIBLE; |
| 3708 | extern void temp_output_buffer_setup (const char *); | 3708 | extern void temp_output_buffer_setup (const char *); |
| 3709 | extern int print_level; | 3709 | extern int print_level; |
| 3710 | extern void write_string (const char *); | ||
| 3711 | extern void print_error_message (Lisp_Object, Lisp_Object, const char *, | 3710 | extern void print_error_message (Lisp_Object, Lisp_Object, const char *, |
| 3712 | Lisp_Object); | 3711 | Lisp_Object); |
| 3713 | extern Lisp_Object internal_with_output_to_temp_buffer | 3712 | extern Lisp_Object internal_with_output_to_temp_buffer |
| @@ -3848,7 +3847,6 @@ extern void mark_specpdl (union specbinding *first, union specbinding *ptr); | |||
| 3848 | extern void get_backtrace (Lisp_Object array); | 3847 | extern void get_backtrace (Lisp_Object array); |
| 3849 | Lisp_Object backtrace_top_function (void); | 3848 | Lisp_Object backtrace_top_function (void); |
| 3850 | extern bool let_shadows_buffer_binding_p (struct Lisp_Symbol *symbol); | 3849 | extern bool let_shadows_buffer_binding_p (struct Lisp_Symbol *symbol); |
| 3851 | extern bool let_shadows_global_binding_p (Lisp_Object symbol); | ||
| 3852 | 3850 | ||
| 3853 | #ifdef HAVE_MODULES | 3851 | #ifdef HAVE_MODULES |
| 3854 | /* Defined in alloc.c. */ | 3852 | /* Defined in alloc.c. */ |