aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test-session.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test-session.cpp')
-rw-r--r--examples/test-session.cpp7
1 files changed, 0 insertions, 7 deletions
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)
- ;
-}