From 4e86a19f2e70eca4b8f91b232955bd699ad3bca8 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 26 Dec 2017 21:35:07 -0500 Subject: [PATCH] removed some declarations that are no longer used --- citadel/internet_addressing.c | 2 -- citadel/threads.c | 3 --- 2 files changed, 5 deletions(-) diff --git a/citadel/internet_addressing.c b/citadel/internet_addressing.c index 5a27eec51..a9c1b6481 100644 --- a/citadel/internet_addressing.c +++ b/citadel/internet_addressing.c @@ -285,7 +285,6 @@ int CtdlHostAlias(char *fqdn) { char host[256], type[256]; int found = 0; - syslog(LOG_DEBUG, "EVQ: CtdlHostAlias(%s)", fqdn); if (fqdn == NULL) return(hostalias_nomatch); if (IsEmptyStr(fqdn)) return(hostalias_nomatch); if (!strcasecmp(fqdn, "localhost")) return(hostalias_localhost); @@ -294,7 +293,6 @@ int CtdlHostAlias(char *fqdn) { if (inetcfg == NULL) return(hostalias_nomatch); config_lines = num_tokens(inetcfg, '\n'); - syslog(LOG_DEBUG, "EVQ: inetcfg config_lines is %d", config_lines); for (i=0; i