emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/async-dns 9972329 1/2: Clean up dead code


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] feature/async-dns 9972329 1/2: Clean up dead code
Date: Sun, 31 Jan 2016 23:27:25 +0000

branch: feature/async-dns
commit 9972329387b7f1e1a9b1c8713a1d5bbdd032de12
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Clean up dead code
    
    * lisp/net/gnutls.el (gnutls-async-sentinel): Remove.
---
 lisp/net/gnutls.el |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/lisp/net/gnutls.el b/lisp/net/gnutls.el
index 9e261a7..9cfa825 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))



reply via email to

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