* gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
This commit is contained in:
parent
20a7a65f9a
commit
f13e0b08d4
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-06-28 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
|
||||
|
||||
2011-06-27 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* makefile.w32-in: Redesign dependencies so they reflect more
|
||||
|
|
|
@ -51,7 +51,6 @@ static Lisp_Object Qgnutls_bootprop_callbacks;
|
|||
static Lisp_Object Qgnutls_bootprop_loglevel;
|
||||
static Lisp_Object Qgnutls_bootprop_hostname;
|
||||
static Lisp_Object Qgnutls_bootprop_verify_flags;
|
||||
static Lisp_Object Qgnutls_bootprop_verify_error;
|
||||
static Lisp_Object Qgnutls_bootprop_verify_hostname_error;
|
||||
|
||||
/* Callback keys for `gnutls-boot'. Unused currently. */
|
||||
|
|
Loading…
Add table
Reference in a new issue