From: Art Cancro Date: Tue, 10 Aug 2021 17:36:10 +0000 (-0400) Subject: Removed a bit of diagnostic code no longer needed X-Git-Tag: v939~27 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=8595afbaf14fe087fe8d38f620c0bfedfa1bdce2 Removed a bit of diagnostic code no longer needed --- diff --git a/citadel/internet_addressing.c b/citadel/internet_addressing.c index f5d938be7..abbd376ae 100644 --- a/citadel/internet_addressing.c +++ b/citadel/internet_addressing.c @@ -390,12 +390,6 @@ enum { EA_LOCAL, // Local message, do no network processing EA_INTERNET // Convert msg and send as Internet mail }; -char *killo[] = { // FIXME remove this when diags are complete - "error", - "multiple", - "local", - "internet" -}; // Process alias and routing info for email addresses