linux-user/syscall: Remove unused variable from execve
commit211364c21e7f757ae1acf4e72b5df39c498fb88b
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 12 Jul 2021 20:18:46 +0000 (12 20:18 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 26 Jul 2021 17:07:28 +0000 (26 07:07 -1000)
tree00964d63f9688a29840452d41988c33f6b4fae93
parent984178d86b92be23b0efb6da769f22adb08cb83a
linux-user/syscall: Remove unused variable from execve

From clang-13:
linux-user/syscall.c:8503:17: error: variable 'total_size' set but not used \
    [-Werror,-Wunused-but-set-variable]

Acked-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/syscall.c