No need to define __cxa_pure_virtual. We're linking against libsupc++ anyway.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14967 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,14 +28,6 @@ __pure_virtual()
|
|||||||
panic("pure virtual function call\n");
|
panic("pure virtual function call\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
#elif __GNUC__ >= 3
|
|
||||||
|
|
||||||
extern "C" void
|
|
||||||
__cxa_pure_virtual()
|
|
||||||
{
|
|
||||||
panic("pure virtual function call\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// full C++ support in the kernel
|
// full C++ support in the kernel
|
||||||
|
|||||||
Reference in New Issue
Block a user