From fb3f98d165497a32eb27b8c6b060e14d7d5b585e Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 29 Apr 2010 07:13:16 -0400 Subject: finish cxxabi-compat refactor perry forgot to add/edit these... --- examples/test-session.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'examples/test-session.cpp') diff --git a/examples/test-session.cpp b/examples/test-session.cpp index b760d97..3d86dc6 100644 --- a/examples/test-session.cpp +++ b/examples/test-session.cpp @@ -527,10 +527,3 @@ int main(void) { return 0; } -/* Required for C++ hackery */ -/* TODO: This really shouldn't go here... move it later - * */ -extern "C" void __cxa_pure_virtual(void) { - while(1) - ; -} -- cgit v1.2.3