From 2ec1eee6f5047fb653dc97777ea3b7b9f2225ecd Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 31 Jul 2012 20:07:34 +0000 Subject: [PATCH] revert debug code accidentally included in last commit --- src/posix.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/posix.cpp b/src/posix.cpp index 6ea15ab118..6b2184011b 100644 --- a/src/posix.cpp +++ b/src/posix.cpp @@ -904,7 +904,6 @@ class MySystem: public System { } virtual void abort() { - *static_cast(0) = 0; ::abort(); }