summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-25 14:06:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-25 16:17:09 +0100
commit86088dda6e893faaecfea19bad6e0e6c1ffa657c (patch)
tree8e64e634135436e5026d5263d6827307b86151dd /basic
parent7bb5f9e1a206e1f62df5d72947d564af2aaa09ca (diff)
osl_setDetailedDebugMessageFunc is effectively doing nothing
...since the osl/diagnose.h macros got rebased onto sal/log.hxx, so remove the corresponding tools/debug.h functionality. Change-Id: Ife4b5b1a2608230d0dbfc3fa8852243c89ed292f
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/sbdiagnose.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/basic/source/runtime/sbdiagnose.cxx b/basic/source/runtime/sbdiagnose.cxx
index e29d3db07918..4598d803994f 100644
--- a/basic/source/runtime/sbdiagnose.cxx
+++ b/basic/source/runtime/sbdiagnose.cxx
@@ -112,11 +112,6 @@ RTLFUNC(CaptureAssertions)
// set the new channel
DBG_INSTOUTERROR( nAssertionChannelId );
-
- // ensure OSL assertions are captured, too
- DbgData aData( *DbgGetData() );
- aData.bHookOSLAssert = true;
- DbgUpdateOslHook( &aData );
}
xAssertionChannelBasic = pBasic;