remove vm_yield_block_get_block leftovers.

This commit is contained in:
Qi Yong
2013-06-01 20:51:31 +08:00
parent 4f3b015903
commit c50a22578e
2 changed files with 0 additions and 13 deletions

View File

@@ -229,12 +229,6 @@ int vm_forgetblock(u64_t id)
return ENOSYS;
}
int vm_yield_block_get_block(u64_t yieldid, u64_t getid, void *mem,
vir_bytes len)
{
return ENOSYS;
}
void vm_forgetblocks(void)
{
return;