X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver%2Fmodules%2Fsmtp%2Fsmtp_util.c;h=0ae6f35997cd9d62f8057eacec0865bcbe6e088d;hb=1d8bbd8d311dc3f70985d9087df4b499db9c4327;hp=29534ab69ca53fe312a976341bbfaafa04dd3ea8;hpb=cf535e06bb503583c301683ea885220df1b276d5;p=citadel.git diff --git a/citadel/server/modules/smtp/smtp_util.c b/citadel/server/modules/smtp/smtp_util.c index 29534ab69..0ae6f3599 100644 --- a/citadel/server/modules/smtp/smtp_util.c +++ b/citadel/server/modules/smtp/smtp_util.c @@ -50,15 +50,6 @@ #include "../../ctdl_module.h" #include "smtp_util.h" -const char *smtp_get_Recipients(void) { - struct citsmtp *sSMTP = SMTP; - - if (sSMTP == NULL) { - return NULL; - } - else return ChrPtr(sSMTP->from); -} - /* * smtp_do_bounce() is caled by smtp_process_one_msg() to scan a set of delivery