We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9af2c commit b3baf0cCopy full SHA for b3baf0c
1 file changed
bindings/pyroot/cppyy/CPyCppyy/src/SignalTryCatch.h
@@ -40,9 +40,6 @@ using CppyyExceptionContext_t = CppyyLegacy::ExceptionContext_t;
40
using CppyyExceptionContext_t = ExceptionContext_t;
41
#endif
42
43
-// FIXME: This is a dummy, replace with cling equivalent of gException
44
-static CppyyExceptionContext_t DummyException;
45
-static CppyyExceptionContext_t *gException = &DummyException;
46
47
#ifdef NEED_SIGJMP
48
# define CLING_EXCEPTION_SETJMP(buf) sigsetjmp(buf,1)
0 commit comments