|
From: openocd-gerrit <ope...@us...> - 2026-05-17 21:00:05
|
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 103cde964855ab5693e15f3b0cefbdb10027ba0d (commit)
from 8e87e2e026425f0f5bc5d2f7d541896fe5927c0b (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 103cde964855ab5693e15f3b0cefbdb10027ba0d
Author: Marc Schink <de...@za...>
Date: Tue May 12 10:39:21 2026 +0200
adapter/remote-bitbang: Drop unused #define
The #define became unused after commit 00ba179dbc18 ("remote_bitbang:
Convert to use getaddrinfo()") and was never removed, so drop it.
Change-Id: I5e90370c4dd0c60d7df72e2eac8717665c2b2cc4
Signed-off-by: Marc Schink <de...@za...>
Reviewed-on: https://review.openocd.org/c/openocd/+/9653
Reviewed-by: Antonio Borneo <bor...@gm...>
Tested-by: jenkins
diff --git a/src/jtag/drivers/remote_bitbang.c b/src/jtag/drivers/remote_bitbang.c
index 71ec572b3..f3a107312 100644
--- a/src/jtag/drivers/remote_bitbang.c
+++ b/src/jtag/drivers/remote_bitbang.c
@@ -21,9 +21,6 @@
#include <jtag/interface.h>
#include "bitbang.h"
-/* arbitrary limit on host name length: */
-#define REMOTE_BITBANG_HOST_MAX 255
-
static char *remote_bitbang_host;
static char *remote_bitbang_port;
-----------------------------------------------------------------------
Summary of changes:
src/jtag/drivers/remote_bitbang.c | 3 ---
1 file changed, 3 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|