Prune a definition which is / was never used.

This commit is contained in:
Marko Zec 2016-01-25 20:35:15 +00:00
parent dfdb6cf4c1
commit ca7ba6a8fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294747

View File

@ -171,7 +171,6 @@ static MALLOC_DEFINE(M_VNET_DATA, "vnet_data", "VNET data");
*/
#define VNET_MODMIN 8192
#define VNET_SIZE roundup2(VNET_BYTES, PAGE_SIZE)
#define VNET_MODSIZE (VNET_SIZE - (VNET_BYTES - VNET_MODMIN))
/*
* Space to store virtualized global variables from loadable kernel modules,