mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Remove yet another vestage of alpha support.
This commit is contained in:
parent
2a45247c7a
commit
83d90bb1dd
1 changed files with 0 additions and 2 deletions
|
|
@ -983,8 +983,6 @@ main(int argc, char **argv)
|
|||
if ((machine_cpu = getenv("MACHINE_CPU")) == NULL) {
|
||||
if (!strcmp(machine_arch, "i386"))
|
||||
machine_cpu = "i386";
|
||||
else if (!strcmp(machine_arch, "alpha"))
|
||||
machine_cpu = "ev4";
|
||||
else
|
||||
machine_cpu = "unknown";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue