From 60396be0b6a7b5ad45e0724b860dabc2b7c6f378 Mon Sep 17 00:00:00 2001 From: Tomas Vanek Date: Tue, 16 Aug 2022 14:10:26 +0200 Subject: [PATCH] flash/nor/core: remove unused define FLASH_MAX_ERROR_STR is not used since commit 815c3b353307 (merged in ~2008) Change-Id: Ic117a2e3d22235c31dc14533b6564ebf5a13ae58 Signed-off-by: Tomas Vanek Reviewed-on: https://review.openocd.org/c/openocd/+/7121 Tested-by: jenkins Reviewed-by: Antonio Borneo --- src/flash/nor/core.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/flash/nor/core.h b/src/flash/nor/core.h index 0c09e9875..8c26ba012 100644 --- a/src/flash/nor/core.h +++ b/src/flash/nor/core.h @@ -20,8 +20,6 @@ struct image; -#define FLASH_MAX_ERROR_STR (128) - /** * Describes the geometry and status of a single flash sector * within a flash bank. A single bank typically consists of multiple