whoops, accidental checkin of debug code

This commit is contained in:
David Rose 2005-01-20 08:06:31 +00:00
parent 09025a32d7
commit 0bbea17f5b

View File

@ -444,10 +444,6 @@ assert_failure(const char *expression, int line,
nout << "Assertion failed: " << message << "\n";
// This is redeclared here to ensure that it is initialized before
// use, in case we get into a static-init loop.
bool assert_abort = true;
// ConfigVariableBool assert_abort("assert-abort", false);
if (assert_abort) {
#ifdef WIN32
// How to trigger an exception in VC++ that offers to take us into