[exim-cvs] remove stray globals block

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] remove stray globals block
Gitweb: http://git.exim.org/exim.git/commitdiff/b9c5be1c924b3414d135b40d6d75d6bd9af2f21e
Commit:     b9c5be1c924b3414d135b40d6d75d6bd9af2f21e
Parent:     44bbabb570db6e700a31469a0faf2ac27bf3bfe0
Author:     Phil Pennock <pdp@???>
AuthorDate: Sun Feb 5 19:55:37 2012 -0500
Committer:  Phil Pennock <pdp@???>
CommitDate: Sun Feb 5 19:55:37 2012 -0500


    remove stray globals block
---
 src/src/globals.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


diff --git a/src/src/globals.h b/src/src/globals.h
index 1066306..58fdb0a 100644
--- a/src/src/globals.h
+++ b/src/src/globals.h
@@ -102,10 +102,6 @@ extern uschar *tls_verify_certificates;/* Path for certificates to check */
 extern uschar *tls_verify_hosts;       /* Mandatory client verification */
 #endif


-#ifdef USE_GNUTLS
-extern
-#endif
-

/* Input-reading functions for messages, so we can use special ones for
incoming TCP/IP. */