From 728741e35ef93d7512a5934351c44bfaee7c1144 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 5 Aug 2019 13:02:29 +0200 Subject: Remove register qualifier. Let the compiler sort out register allocation. --- transact.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'transact.c') diff --git a/transact.c b/transact.c index 46a767eb..1f74a73c 100644 --- a/transact.c +++ b/transact.c @@ -1137,8 +1137,8 @@ process_headers: * they exist. If and only if they don't, consider * the "To" addresses. */ - register struct addrblk *nextptr; - if (outlevel >= O_DEBUG) + struct addrblk *nextptr; + if (outlevel >= O_DEBUG) report(stdout, GT_("No envelope recipient found, resorting to header guessing.\n")); if (resent_to_addrchain) { /* delete the "To" chain and substitute it -- cgit v1.2.3