diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-05-31 11:47:35 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-05-31 11:50:01 -0700 |
commit | 0c2a3cf62a0117586803513ef104ff3ef97c1c3f (patch) | |
tree | 89247a8b1e9ba9eff229ae1f7e86919c07577e7a /src/fns.c | |
parent | 1e04ea9879eefd0ce15a386f575bdf85cbd4d38d (diff) | |
download | emacs-0c2a3cf62a0117586803513ef104ff3ef97c1c3f.tar.gz |
Remove unused DEFSYMs
Remove DEFSYMs that aren't used at the C level. Also:
* src/decompress.c (Qzlib_dll):
* src/font.c (Qunicode_sip):
* src/frame.c (Qtip_frame):
* src/ftfont.c (Qserif):
* src/gnutls.c (Qgnutls_dll):
* src/xml.c (Qlibxml2_dll):
Move from here ...
* src/w32fns.c (syms_of_w32fns): ... to here,
as these are used only on MS-Windows.
Diffstat (limited to 'src/fns.c')
-rw-r--r-- | src/fns.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fns.c b/src/fns.c index 939760b7394..235a4f63624 100644 --- a/src/fns.c +++ b/src/fns.c @@ -5073,8 +5073,6 @@ syms_of_fns (void) defsubr (&Sdefine_hash_table_test); DEFSYM (Qstring_lessp, "string-lessp"); - DEFSYM (Qstring_collate_lessp, "string-collate-lessp"); - DEFSYM (Qstring_collate_equalp, "string-collate-equalp"); DEFSYM (Qprovide, "provide"); DEFSYM (Qrequire, "require"); DEFSYM (Qyes_or_no_p_history, "yes-or-no-p-history"); |