linux-user: drop redundant handling of environment variables
commit1cc52740160e6b6762b1fafcd3a9fc0e498e45d0
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 6 Sep 2019 16:57:36 +0000 (6 09:57 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 11 Sep 2019 06:47:06 +0000 (11 08:47 +0200)
tree08e0493669e77e2fa378aac21394b34bf0a7672c
parent130ea8322bd01b27095079632f1946d9a2120870
linux-user: drop redundant handling of environment variables

QEMU_STRACE and QEMU_RAND_SEED are handled by the parse_args, no need to
do it again in main.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20190906165736.5612-1-jcmvbkbc@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/main.c