tests/A32/fuzz_arm: Remove unused Unix-specific include
This was introduced within 6f6f60c61b
,
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
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue