kill NPE_PORTS_MAX, it's not used and likely will not be

This commit is contained in:
Sam Leffler 2008-12-23 04:49:01 +00:00
parent d463fa5387
commit cb52ddf021

View file

@ -84,7 +84,6 @@ struct npehwbuf {
} ix_ne[NPE_MAXSEG];
};
#define NPE_PORTS_MAX 2 /* logical ports */
#define NPE_FRAME_SIZE_DEFAULT 1536
#define NPE_FRAME_SIZE_MAX (65536-64)
#define NPE_FRAME_SIZE_MIN 64