diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2017-07-18 17:26:33 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2017-07-21 15:00:43 +0100 |
commit | 4a65a86af64cc3247f1def97692c9b78b7cfc401 (patch) | |
tree | c433a0e113880f28a8628277fb50ff258658bf07 /CODING_STYLE | |
parent | c8115f8eb8b6c4742e5e0c0c644904cd81ed65fa (diff) |
bsd-user/bsdload.c: Remove write-only id_change variable
On OpenBSD the compiler complains:
bsd-user/bsdload.c:54:17: warning: variable 'id_change' set but not used [-Wunused-but-set-variable]
This is dead code that was originally copied from linux-user.
We fixed this in linux-user in commit 331c23b5ca44293d1 in 2011;
delete the useless code from bsd-user too.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 1500395194-21455-4-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'CODING_STYLE')
0 files changed, 0 insertions, 0 deletions