From 9b2e76121bb49112dfeae279669792ae24970902 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 16 Nov 2005 17:35:41 +0000 Subject: [PATCH] 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 --- src/system/kernel/util/kernel_cpp.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/system/kernel/util/kernel_cpp.cpp b/src/system/kernel/util/kernel_cpp.cpp index 32fc90309a..492697a219 100644 --- a/src/system/kernel/util/kernel_cpp.cpp +++ b/src/system/kernel/util/kernel_cpp.cpp @@ -28,14 +28,6 @@ __pure_virtual() panic("pure virtual function call\n"); } -#elif __GNUC__ >= 3 - -extern "C" void -__cxa_pure_virtual() -{ - panic("pure virtual function call\n"); -} - #endif // full C++ support in the kernel