diff options
Diffstat (limited to 'vm/vm_resident.c')
-rw-r--r-- | vm/vm_resident.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vm/vm_resident.c b/vm/vm_resident.c index fababc2..1440a0b 100644 --- a/vm/vm_resident.c +++ b/vm/vm_resident.c @@ -1202,10 +1202,6 @@ void vm_page_wait( void (*continuation)(void)) { -#ifndef CONTINUATIONS - assert (continuation == 0); -#endif - /* * We can't use vm_page_free_reserved to make this * determination. Consider: some thread might |