]> git.eshelyaron.com Git - emacs.git/commitdiff
* gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Jun 2011 16:03:59 +0000 (09:03 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Jun 2011 16:03:59 +0000 (09:03 -0700)
src/ChangeLog
src/gnutls.c

index 149448fc9dee5c79bfdb792b0a834a13f91a654b..1e537f3872e24f570fe8441411653b168fc9f986 100644 (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
index b59d0b265f26575cf7086f67eb07e62514748ecc..2a055ac40f071ad292cda47dafcba63c5ba7a82b 100644 (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.  */