Browse Source

whoops, accidental checkin of debug code

David Rose 21 years ago
parent
commit
0bbea17f5b
1 changed files with 0 additions and 4 deletions
  1. 0 4
      dtool/src/prc/notify.cxx

+ 0 - 4
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