mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Cleanup sloppy ifdef.
This commit is contained in:
parent
2c2da9973b
commit
4e53810378
1 changed files with 1 additions and 5 deletions
|
|
@ -179,11 +179,7 @@ exca_do_mem_map(struct exca_softc *sc, int win)
|
|||
struct mem_map_index_st *map;
|
||||
struct pccard_mem_handle *mem;
|
||||
uint32_t offset;
|
||||
#if 0
|
||||
int mem8 = (mem->kind == PCCARD_A_MEM_ATTR);
|
||||
#else
|
||||
int mem8 = 1;
|
||||
#endif
|
||||
int mem8 = 1 /* mem->kind == PCCARD_A_MEM_ATTR */;
|
||||
|
||||
map = &mem_map_index[win];
|
||||
mem = &sc->mem[win];
|
||||
|
|
|
|||
Loading…
Reference in a new issue