From b7fdcd5e85eb4a9f69347ce7e6d1d1011078481e Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Mon, 11 Apr 2022 11:16:32 -0700 Subject: [PATCH] Fix build. Change-Id: Ied627f264a46e64f82a81b54e70daac2ebc0b708 Signed-off-by: Tim Newsome --- src/target/semihosting_common.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/target/semihosting_common.c b/src/target/semihosting_common.c index 9141c883e..bc1f417ef 100644 --- a/src/target/semihosting_common.c +++ b/src/target/semihosting_common.c @@ -315,12 +315,6 @@ static inline int semihosting_getchar(struct semihosting *semihosting, int fd) */ static char *semihosting_user_op_params; -/** - * User operation parameter string storage buffer. Contains valid data when the - * TARGET_EVENT_SEMIHOSTING_USER_CMD_xxxxx event callbacks are running. - */ -static char *semihosting_user_op_params; - /** * Portable implementation of ARM semihosting calls. * Performs the currently pending semihosting operation