1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320181

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)