Removed the Socket 4 Dells and the SiS 50x machines from the Dev branch.

This commit is contained in:
OBattler
2020-12-18 18:27:13 +01:00
parent 0ef52c4762
commit 56e4273a2e
4 changed files with 1 additions and 36 deletions

View File

@@ -122,7 +122,6 @@ machine_at_batman_init(const machine_t *model)
}
#if defined(DEV_BRANCH) && defined(USE_DELLS4)
int
machine_at_dellxp60_init(const machine_t *model)
{
@@ -184,7 +183,6 @@ machine_at_opti560l_init(const machine_t *model)
return ret;
}
#endif
int
@@ -648,7 +646,6 @@ machine_at_acerv30_init(const machine_t *model)
}
#if defined(DEV_BRANCH) && defined(USE_SIS_85C50X)
static void
machine_at_sp4_common_init(const machine_t *model)
{
@@ -737,4 +734,3 @@ machine_at_sq588_init(const machine_t *model)
return ret;
}
#endif