summaryrefslogtreecommitdiff
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index a993a9e0e8..8ea46824ce 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -258,12 +258,6 @@ void remove_thread(int threadnum)
258 (void)threadnum; 258 (void)threadnum;
259} 259}
260 260
261void remove_thread_on_core(unsigned int core, int threadnum)
262{
263 (void)core;
264 (void)threadnum;
265}
266
267/* assure an unused place to direct virtual pointers to */ 261/* assure an unused place to direct virtual pointers to */
268#define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */ 262#define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */
269unsigned char vp_dummy[VIRT_SIZE]; 263unsigned char vp_dummy[VIRT_SIZE];