diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-28 09:03:59 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-28 09:03:59 -0700 |
commit | f13e0b08d42bc1313e5b51c32b79ec33f2aa9995 (patch) | |
tree | fa26452ffef87893c44c645c5f02a1854086409f /src/gnutls.c | |
parent | 20a7a65f9a7ca6c3953994b0251821eb86420c5b (diff) | |
download | emacs-f13e0b08d42bc1313e5b51c32b79ec33f2aa9995.tar.gz |
* gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.
Diffstat (limited to 'src/gnutls.c')
-rw-r--r-- | src/gnutls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gnutls.c b/src/gnutls.c index b59d0b265f2..2a055ac40f0 100644 --- a/src/gnutls.c +++ b/src/gnutls.c @@ -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. */ |