From 75d0ebef2aef7a2c77b27575b8da898e22f3ccd5 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 30 Jan 2015 14:52:57 -0500 Subject: Dead code clean: #if 0 removal in apps Reviewed-by: Tim Hudson --- apps/smime.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/smime.c') diff --git a/apps/smime.c b/apps/smime.c index 05321a9356..5efe51f7d7 100644 --- a/apps/smime.c +++ b/apps/smime.c @@ -511,11 +511,6 @@ int MAIN(int argc, char **argv) while (*args) { if (!(cert = load_cert(bio_err, *args, FORMAT_PEM, NULL, e, "recipient certificate file"))) { -#if 0 /* An appropriate message is already printed */ - BIO_printf(bio_err, - "Can't read recipient certificate file %s\n", - *args); -#endif goto end; } sk_X509_push(encerts, cert); -- cgit v1.2.3