This is an automated email from Gerrit. "Jan Matyas <jan.mat...@codasip.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7687
-- gerrit commit 9c2eca3f39359173d63a5ed1c5f504388473b3b9 Author: Jan Matyas <jan.mat...@codasip.com> Date: Mon May 15 10:27:59 2023 +0200 jtag/adapter: Removed unused include of strings.h Signed-off-by: Jan Matyas <jan.mat...@codasip.com> Change-Id: Ia5ea0acdfa1c011d7c88decd0f63e8032aafd699 diff --git a/src/jtag/adapter.c b/src/jtag/adapter.c index 76a6620be4..e70f4a1e80 100644 --- a/src/jtag/adapter.c +++ b/src/jtag/adapter.c @@ -18,10 +18,6 @@ #include "interfaces.h" #include <transport/transport.h> -#ifdef HAVE_STRINGS_H -#include <strings.h> -#endif - /** * @file * Holds support for configuring debug adapters from TCl scripts. --