ioutil: make the file compile on MacOS
[fw/openocd] / src / target / arm_semihosting.h
index 6b9ac566ac0a47317619ec612b9038b39109b925..80cad39f3055a9b3e16b724b2f5c2d96deed10bc 100644 (file)
@@ -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