remove temporary debugging code from posix.cpp

This commit is contained in:
Joel Dice 2010-11-16 10:49:56 -07:00
parent a611ccda6f
commit 3ff1f9c59f

View File

@ -784,7 +784,6 @@ class MySystem: public System {
}
virtual void abort() {
*static_cast<void**>(0) = 0;
::abort();
}