diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-08 14:01:49 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-08 14:01:49 +0000 |
commit | abf283372b9d0c1a63a7a401f9129beb2c360d9f (patch) | |
tree | d33ac3c9d1f3c19bbc73d206edeb4a073716eb2f /linux-user | |
parent | 46027c07de45d84441b40cc2db675efd29588af0 (diff) |
removed unused code
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3549 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user')
-rw-r--r-- | linux-user/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux-user/main.c b/linux-user/main.c index f80000f2f5..716348cff8 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -28,11 +28,6 @@ #define DEBUG_LOGFILE "/tmp/qemu.log" -#ifdef __APPLE__ -#include <crt_externs.h> -# define environ (*_NSGetEnviron()) -#endif - static const char *interp_prefix = CONFIG_QEMU_PREFIX; const char *qemu_uname_release = CONFIG_UNAME_RELEASE; |