This is an automated email from Gerrit. "Tomas Vanek <van...@fbl.cz>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7121
-- gerrit commit 305182ef07278cb5ac709fbc7cf5d917e593fb14 Author: Tomas Vanek <van...@fbl.cz> Date: Tue Aug 16 14:10:26 2022 +0200 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 <van...@fbl.cz> diff --git a/src/flash/nor/core.h b/src/flash/nor/core.h index 0c09e98751..8c26ba0126 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 --