From: Lars Ingebrigtsen Date: Sun, 31 Jan 2016 23:23:33 +0000 (+0100) Subject: Clean up dead code X-Git-Tag: emacs-26.0.90~2520^2~49 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9972329387b7f1e1a9b1c8713a1d5bbdd032de12;p=emacs.git Clean up dead code * lisp/net/gnutls.el (gnutls-async-sentinel): Remove. --- diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el index 9e261a7b04f..9cfa8251133 100644 --- a/lisp/net/gnutls.el +++ b/lisp/net/gnutls.el @@ -138,13 +138,6 @@ trust and key files, and priority string." :type 'gnutls-x509pki :hostname host)))) -(defun gnutls-async-sentinel (process change) - (when (string-match "open" change) - (gnutls-negotiate :process process - :type 'gnutls-x509pki - :hostname (car (process-contact process))) - (gnutls-mark-process process nil))) - (define-error 'gnutls-error "GnuTLS error") (declare-function gnutls-boot "gnutls.c" (proc type proplist))