From 0bbea17f5b7bb455c15ce694da9f7096eb504718 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 20 Jan 2005 08:06:31 +0000 Subject: [PATCH] whoops, accidental checkin of debug code --- dtool/src/prc/notify.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dtool/src/prc/notify.cxx b/dtool/src/prc/notify.cxx index 35c349aca8..fb65a8c970 100644 --- a/dtool/src/prc/notify.cxx +++ b/dtool/src/prc/notify.cxx @@ -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