* gnutls.c: Remove unused macros.
(fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function): (fn_gnutls_transport_set_push_function) [!WINDOWSNT]: Remove macros that are defined and never used. Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
This commit is contained in:
parent
abb71cf449
commit
7400048f60
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
|||
2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* gnutls.c: Remove unused macros.
|
||||
(fn_gnutls_transport_set_lowat, fn_gnutls_transport_set_pull_function):
|
||||
(fn_gnutls_transport_set_push_function) [!WINDOWSNT]:
|
||||
Remove macros that are defined and never used.
|
||||
Caught by gcc -Wunused-macros (GCC 4.6.0, Fedora 14).
|
||||
|
||||
2011-05-22 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
|
||||
|
|
|
@ -221,10 +221,7 @@ init_gnutls_functions (Lisp_Object libraries)
|
|||
#define fn_gnutls_record_send gnutls_record_send
|
||||
#define fn_gnutls_strerror gnutls_strerror
|
||||
#define fn_gnutls_transport_set_errno gnutls_transport_set_errno
|
||||
#define fn_gnutls_transport_set_lowat gnutls_transport_set_lowat
|
||||
#define fn_gnutls_transport_set_ptr2 gnutls_transport_set_ptr2
|
||||
#define fn_gnutls_transport_set_pull_function gnutls_transport_set_pull_function
|
||||
#define fn_gnutls_transport_set_push_function gnutls_transport_set_push_function
|
||||
#define fn_gnutls_x509_crt_check_hostname gnutls_x509_crt_check_hostname
|
||||
#define fn_gnutls_x509_crt_deinit gnutls_x509_crt_deinit
|
||||
#define fn_gnutls_x509_crt_import gnutls_x509_crt_import
|
||||
|
|
Loading…
Add table
Reference in a new issue