summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-09-12 18:42:11 +0200
committerMichael Stahl <mstahl@redhat.com>2014-09-12 18:42:11 +0200
commite660e1ed73a6eea3f70fcb36a7bc950c57de80fe (patch)
tree4e24fc6ffa2c8e909810f4ee2a9a072c28172061 /pyuno
parented05120b23869f12c3dee07f94ee73a624ba15e2 (diff)
pyuno: remove obsolete NOOPT comment about GCC 3.2
Change-Id: Ie280325ddc45a79f3b73ae10f6e9cf952657091b
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/source/module/pyuno_module.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/pyuno/source/module/pyuno_module.cxx b/pyuno/source/module/pyuno_module.cxx
index 00e60d9586c1..1a1547ffd3df 100644
--- a/pyuno/source/module/pyuno_module.cxx
+++ b/pyuno/source/module/pyuno_module.cxx
@@ -615,10 +615,6 @@ static PyObject *getClass( SAL_UNUSED_PARAMETER PyObject *, PyObject *args )
}
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) );
}
return NULL;