emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104775: * gnutls.c (Qgnutls_bootprop


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104775: * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
Date: Tue, 28 Jun 2011 09:03:59 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104775
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2011-06-28 09:03:59 -0700
message:
  * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
modified:
  src/ChangeLog
  src/gnutls.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-06-27 18:32:56 +0000
+++ b/src/ChangeLog     2011-06-28 16:03:59 +0000
@@ -1,3 +1,7 @@
+2011-06-28  Paul Eggert  <address@hidden>
+
+       * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
+
 2011-06-27  Juanma Barranquero  <address@hidden>
 
        * makefile.w32-in: Redesign dependencies so they reflect more

=== modified file 'src/gnutls.c'
--- a/src/gnutls.c      2011-06-24 21:25:22 +0000
+++ b/src/gnutls.c      2011-06-28 16:03:59 +0000
@@ -51,7 +51,6 @@
 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.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]