tests/A32: remove unused function
This commit is contained in:
parent
94e90aba68
commit
26ba798719
@ -33,14 +33,6 @@
|
|||||||
#include <fmt/format.h>
|
#include <fmt/format.h>
|
||||||
#include <fmt/ostream.h>
|
#include <fmt/ostream.h>
|
||||||
|
|
||||||
static Dynarmic::A32::UserConfig GetUserConfig(ArmTestEnv* testenv) {
|
|
||||||
Dynarmic::A32::UserConfig user_config;
|
|
||||||
user_config.enable_fast_dispatch = false;
|
|
||||||
user_config.callbacks = testenv;
|
|
||||||
user_config.fastmem_pointer = reinterpret_cast<void*>(0xFFFFFDDE00000000);
|
|
||||||
return user_config;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
using namespace Dynarmic;
|
using namespace Dynarmic;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user