Remove an un-needed bit of pre-processor work - it all lives inside

#ifdef RSS.
This commit is contained in:
Adrian Chadd 2014-09-27 05:14:02 +00:00
parent a53d83a210
commit 3aac064c2f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272199

View File

@ -1222,9 +1222,7 @@ ip_reass(struct mbuf *m)
M_HASHTYPE_SET(m, rss_type);
m->m_flags |= M_FLOWID;
}
#endif
#ifdef RSS
/*
* Queue/dispatch for reprocessing.
*