Skip to content

Commit b3baf0c

Browse files
committed
[windows] drop dummy static that confused msvc
1 parent dd9af2c commit b3baf0c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

bindings/pyroot/cppyy/CPyCppyy/src/SignalTryCatch.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ using CppyyExceptionContext_t = CppyyLegacy::ExceptionContext_t;
4040
using CppyyExceptionContext_t = ExceptionContext_t;
4141
#endif
4242

43-
// FIXME: This is a dummy, replace with cling equivalent of gException
44-
static CppyyExceptionContext_t DummyException;
45-
static CppyyExceptionContext_t *gException = &DummyException;
4643

4744
#ifdef NEED_SIGJMP
4845
# define CLING_EXCEPTION_SETJMP(buf) sigsetjmp(buf,1)

0 commit comments

Comments
 (0)