From 9972329387b7f1e1a9b1c8713a1d5bbdd032de12 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 1 Feb 2016 00:23:33 +0100 Subject: [PATCH] Clean up dead code * lisp/net/gnutls.el (gnutls-async-sentinel): Remove. --- lisp/net/gnutls.el | 7 ------- 1 file changed, 7 deletions(-) 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)) -- 2.39.5