|
From: openocd-gerrit <ope...@us...> - 2023-05-27 06:44:01
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via df12552b5b4b510f96a2fe5d5b1cc49e2d91413f (commit)
from 8297836170ae1970c452dd4808cc0f6cd06fed3c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit df12552b5b4b510f96a2fe5d5b1cc49e2d91413f
Author: Jan Matyas <jan...@co...>
Date: Mon May 15 10:27:59 2023 +0200
jtag/adapter: Removed unused include of strings.h
Removed an unused include from src/jtag/adapter.c.
Signed-off-by: Jan Matyas <jan...@co...>
Change-Id: Ia5ea0acdfa1c011d7c88decd0f63e8032aafd699
Reviewed-on: https://review.openocd.org/c/openocd/+/7687
Tested-by: jenkins
Reviewed-by: Antonio Borneo <bor...@gm...>
diff --git a/src/jtag/adapter.c b/src/jtag/adapter.c
index 76a6620be..e70f4a1e8 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.
-----------------------------------------------------------------------
Summary of changes:
src/jtag/adapter.c | 4 ----
1 file changed, 4 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|