diff options
author | Mateusz Guzik <mjg@FreeBSD.org> | 2020-01-30 20:05:05 +0000 |
---|---|---|
committer | Mateusz Guzik <mjg@FreeBSD.org> | 2020-01-30 20:05:05 +0000 |
commit | 3ff65f71cb34a10c4e29b3c17b1ed35c40d7617c (patch) | |
tree | d998b56ff9b33b1d81a73337820801db63ef66d2 /sys/kern/kern_hhook.c | |
parent | 2823710f0531037f228a43825c04d0c320e78e05 (diff) |
Notes
Diffstat (limited to 'sys/kern/kern_hhook.c')
-rw-r--r-- | sys/kern/kern_hhook.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_hhook.c b/sys/kern/kern_hhook.c index 334de1f2ac7b..fa30802664ac 100644 --- a/sys/kern/kern_hhook.c +++ b/sys/kern/kern_hhook.c @@ -508,7 +508,6 @@ hhook_vnet_uninit(const void *unused __unused) HHHLIST_UNLOCK(); } - /* * When a vnet is created and being initialised, init the V_hhook_vhead_list. */ |