* gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.

This commit is contained in:
Paul Eggert 2011-06-28 09:03:59 -07:00
parent 20a7a65f9a
commit f13e0b08d4
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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. */