Ticket #43339: patch-ARB-ARBDB.diff

File patch-ARB-ARBDB.diff, 490 bytes (added by mattcottrell, 10 years ago)
  • ARBDB/arbdb.cxx

     
    447447    return inside_shell;
    448448}
    449449
     450#if 0
    450451struct GB_test_shell_closed {
    451452    ~GB_test_shell_closed() {
    452453        if (GB_shell::in_shell()) { // leave that call
     
    455456    }
    456457};
    457458static GB_test_shell_closed test;
     459#endif
    458460
    459461#if defined(UNIT_TESTS)
    460462static bool closed_open_shell_for_unit_tests() {