imx8image: Remove unused cont_img_count variable
authorTom Rini <trini@konsulko.com>
Mon, 27 Feb 2023 22:08:37 +0000 (17:08 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Mar 2023 19:22:48 +0000 (15:22 -0400)
commita6b8dd8a12bc983ff48ebca2b63cf95baf4dfd74
tree362eaf3167d60a426b760cb7a048d4df49846732
parent99de38a1092b584da438970a3b636cc3178b3637
imx8image: Remove unused cont_img_count variable

With clang-15, it is now reported that cont_img_count is unused. This is
true as the code will increment / reset this counter, but never
functionally use it. Remove it.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
tools/imx8image.c