Commit abf283372b9d0c1a63a7a401f9129beb2c360d9f
1 parent
46027c07
removed unused code
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3549 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
5 deletions
linux-user/main.c
| ... | ... | @@ -28,11 +28,6 @@ |
| 28 | 28 | |
| 29 | 29 | #define DEBUG_LOGFILE "/tmp/qemu.log" |
| 30 | 30 | |
| 31 | -#ifdef __APPLE__ | |
| 32 | -#include <crt_externs.h> | |
| 33 | -# define environ (*_NSGetEnviron()) | |
| 34 | -#endif | |
| 35 | - | |
| 36 | 31 | static const char *interp_prefix = CONFIG_QEMU_PREFIX; |
| 37 | 32 | const char *qemu_uname_release = CONFIG_UNAME_RELEASE; |
| 38 | 33 | ... | ... |