commit | dcf6760a64f6cacc5b7a77b0e530f3fffef5e189 | [log] [tgz] |
---|---|---|
author | Thomas Huth <thuth@redhat.com> | Mon Sep 17 19:08:54 2018 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 02 19:09:13 2018 +0200 |
tree | 942f407027744c04ddc40c22a9c41002ca1bf046 | |
parent | c921370b22cba70ada74cef43f7d36c011648ec6 [diff] |
accel/tcg: Remove dead code The global cpu_single_env variable has been removed more than 5 years ago, so apparently nobody used this dead debug code in that timeframe anymore. Thus let's remove it completely now. Signed-off-by: Thomas Huth <thuth@redhat.com> Message-Id: <1537204134-15905-1-git-send-email-thuth@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>