From baca2d8883ff1a0362ea5f55bc75c013b678a889 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 10 Mar 2026 04:20:55 +0000 Subject: util/nvmutil: remove stale define Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'util') diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 20f07141..e2864b89 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -165,12 +165,6 @@ static void usage(uint8_t usage_exit); #define NVM_WORDS (NVM_SIZE >> 1) #define NVM_CHECKSUM_WORD (NVM_WORDS - 1) -/* - * When reading files, we loop on error EINTR - * a maximum number of times as defined, thus: - */ -#define MAX_RETRY_RW 30 - /* * Portable macro based on BSD nitems. * Used to count the number of commands (see below). -- cgit v1.2.1