Eliminate dead code

This commit is contained in:
Warner Losh 2005-09-22 05:56:32 +00:00
parent a1f72203b1
commit ca7ea03837
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150459

View file

@ -404,10 +404,4 @@
CSR_READ_2(sc, RECV_CONTROL_REG_W); \ CSR_READ_2(sc, RECV_CONTROL_REG_W); \
CSR_READ_2(sc, RECV_CONTROL_REG_W); } CSR_READ_2(sc, RECV_CONTROL_REG_W); }
/* Define flags
*/
#define SN_FLAGS_PCCARD 0x0001 /* PCMCIA (PC-card) */
#define SN_FLAGS_XJBT10 0x0002 /* Megahertz XJ-BT10 (PCMCIA) */
#endif /* _IF_SNREG_H_ */ #endif /* _IF_SNREG_H_ */