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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index d73fe4cdd6..78171ac82b 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -351,7 +351,3 @@ void system_reboot(void)
351 thread_sdl_exception_wait(); 351 thread_sdl_exception_wait();
352} 352}
353 353
354/* assure an unused place to direct virtual pointers to */
355#define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */
356unsigned char vp_dummy[VIRT_SIZE];
357