pyuno: remove obsolete NOOPT comment about GCC 3.2
Change-Id: Ie280325ddc45a79f3b73ae10f6e9cf952657091b
This commit is contained in:
@@ -615,10 +615,6 @@ static PyObject *getClass( SAL_UNUSED_PARAMETER PyObject *, PyObject *args )
|
|||||||
}
|
}
|
||||||
catch(const RuntimeException & e)
|
catch(const RuntimeException & e)
|
||||||
{
|
{
|
||||||
// NOOPT !!!
|
|
||||||
// gcc 3.2.3 crashes here in the regcomp test scenario
|
|
||||||
// only since migration to python 2.3.4 ???? strange thing
|
|
||||||
// optimization switched off for this module !
|
|
||||||
raisePyExceptionWithAny( makeAny(e) );
|
raisePyExceptionWithAny( makeAny(e) );
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user