From 0f100e6d8d97a30db96ff29630e13b6b915b8183 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 10 Nov 2017 11:59:25 +0000 Subject: [PATCH] Don't blame the person that removed a resurrected. Sponsored by: Absolight --- Tools/scripts/MOVEDlint.awk | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/scripts/MOVEDlint.awk b/Tools/scripts/MOVEDlint.awk index 3b80ef99114d..0f0f16277ff2 100755 --- a/Tools/scripts/MOVEDlint.awk +++ b/Tools/scripts/MOVEDlint.awk @@ -108,7 +108,6 @@ $3 !~ /^20[0-3][0-9]-[01][0-9]-[0-3][0-9]$/ { END { for (port in resurrected) { printf "%5d: %s must be marked as resurrected\n", resurrected[port], port | sort - error[resurrected[port]] = 1 } for (port in missing) {