diff options
Diffstat (limited to 'sys/include/vm/vm_pager.h')
-rw-r--r-- | sys/include/vm/vm_pager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/include/vm/vm_pager.h b/sys/include/vm/vm_pager.h index e0503e0..4732234 100644 --- a/sys/include/vm/vm_pager.h +++ b/sys/include/vm/vm_pager.h @@ -40,7 +40,6 @@ struct vm_pagerops; extern const struct vm_pagerops vm_vnops; extern const struct vm_pagerops vm_anonops; - /* * Pager operations. * |