summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/diagnose_ex.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/comphelper/source/misc/diagnose_ex.cxx b/comphelper/source/misc/diagnose_ex.cxx
index 020aa69ca241..e805c5b4c2a5 100644
--- a/comphelper/source/misc/diagnose_ex.cxx
+++ b/comphelper/source/misc/diagnose_ex.cxx
@@ -71,7 +71,6 @@ static void exceptionToStringImpl(OStringBuffer& sMessage, const css::uno::Any &
sMessage.append(toOString(exception.Message));
sMessage.append("\"");
}
-/* TODO FIXME (see https://gerrit.libreoffice.org/#/c/83245/)
if ( exception.Context.is() )
{
const char* pContext = typeid( *exception.Context ).name();
@@ -86,7 +85,6 @@ static void exceptionToStringImpl(OStringBuffer& sMessage, const css::uno::Any &
std::free(const_cast<char *>(pContext));
#endif
}
-*/
{
css::configuration::CorruptedConfigurationException specialized;
if ( caught >>= specialized )