mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove obsolete C preprocessor assertions.
Approved by: kib (mentor)
This commit is contained in:
parent
1baa021ab6
commit
0d15110307
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ mxge_parse_strings(mxge_softc_t *sc)
|
|||
return ENXIO;
|
||||
}
|
||||
|
||||
#if #cpu(i386) || defined __i386 || defined i386 || defined __i386__ || #cpu(x86_64) || defined __x86_64__
|
||||
#if defined __i386 || defined i386 || defined __i386__ || defined __x86_64__
|
||||
static void
|
||||
mxge_enable_nvidia_ecrc(mxge_softc_t *sc)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue