diff options
Diffstat (limited to 'uisimulator')
| -rw-r--r-- | uisimulator/common/stubs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c index d73fe4c..78171ac 100644 --- a/uisimulator/common/stubs.c +++ b/uisimulator/common/stubs.c @@ -351,7 +351,3 @@ void system_reboot(void) thread_sdl_exception_wait(); } -/* assure an unused place to direct virtual pointers to */ -#define VIRT_SIZE 0xFFFF /* more than enough for our string ID range */ -unsigned char vp_dummy[VIRT_SIZE]; - |