Stub implementation no longer needed, real implementation will be C++.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5064 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-10-17 13:06:24 +00:00
parent 3b912ee405
commit 61897ef2b1
1 changed files with 0 additions and 37 deletions

View File

@ -1,37 +0,0 @@
/*
** Copyright 2001, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
#include <kernel.h>
#include <boot/stage2.h>
#include <arch/vm.h>
int
arch_vm_init(kernel_args *ka)
{
return 0;
}
int
arch_vm_init2(kernel_args *ka)
{
return 0;
}
int
arch_vm_init_endvm(kernel_args *ka)
{
return 0;
}
void
arch_vm_aspace_swap(vm_address_space *aspace)
{
}