mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-07 07:29:59 +01:00
tests/A32/fuzz_arm: Remove unused Unix-specific include
This was introduced within 6f6f60c61b2137780102c75841441f760d3cc3fc, however, the relevant code that it was used with has since been removed, making the include unnecessary.
This commit is contained in:
parent
2eaf922f8b
commit
da5dd3ff66
@ -34,10 +34,6 @@
|
|||||||
#include "A32/skyeye_interpreter/dyncom/arm_dyncom_interpreter.h"
|
#include "A32/skyeye_interpreter/dyncom/arm_dyncom_interpreter.h"
|
||||||
#include "A32/skyeye_interpreter/skyeye_common/armstate.h"
|
#include "A32/skyeye_interpreter/skyeye_common/armstate.h"
|
||||||
|
|
||||||
#ifdef __unix__
|
|
||||||
#include <signal.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
using Dynarmic::Common::Bits;
|
using Dynarmic::Common::Bits;
|
||||||
|
|
||||||
static Dynarmic::A32::UserConfig GetUserConfig(ArmTestEnv* testenv) {
|
static Dynarmic::A32::UserConfig GetUserConfig(ArmTestEnv* testenv) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user