aboutsummaryrefslogtreecommitdiff
path: root/stubs/semihost.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/semihost.c')
-rw-r--r--stubs/semihost.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/stubs/semihost.c b/stubs/semihost.c
index d65c9fd5dc..aad7a70353 100644
--- a/stubs/semihost.c
+++ b/stubs/semihost.c
@@ -28,11 +28,6 @@ bool semihosting_enabled(bool is_user)
return false;
}
-SemihostingTarget semihosting_get_target(void)
-{
- return SEMIHOSTING_TARGET_AUTO;
-}
-
/*
* All the rest are empty subs. We could g_assert_not_reached() but
* that adds extra weight to the final binary. Waste not want not.