Eliminate an unused macro.

MFC after:	3 days
This commit is contained in:
Alan Cox 2017-06-21 03:55:45 +00:00
parent 5964294736
commit 3a5d839ebc

View File

@ -134,7 +134,6 @@ __FBSDID("$FreeBSD$");
* Unused disk addresses within a swap area are allocated and managed
* using a blist.
*/
#define SWCORRECT(n) (sizeof(void *) * (n) / sizeof(daddr_t))
#define SWAP_META_PAGES (SWB_NPAGES * 2)
#define SWAP_META_MASK (SWAP_META_PAGES - 1)