summaryrefslogtreecommitdiff
path: root/src/target/arm_semihosting.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm_semihosting.h')
-rw-r--r--src/target/arm_semihosting.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/arm_semihosting.h b/src/target/arm_semihosting.h
index 6b9ac566..80cad39f 100644
--- a/src/target/arm_semihosting.h
+++ b/src/target/arm_semihosting.h
@@ -21,8 +21,6 @@
#ifndef ARM_SEMIHOSTING_H
#define ARM_SEMIHOSTING_H
-extern int semihosting_active;
-
int arm_semihosting(struct target *target, int *retval);
#endif