Remove unused BASIC CaptureAssertions functionality
...that had originally been introduced to catch DBG_ASSERTs during smoketest, but since made effectively unused when basing DBG_ASSERT on the sal/log.hxx functionality, and obsoleted by the ongoing clean-up of using true assert where appliable. Change-Id: I2fb4f5d0873d29595b178057f83c1404c0085575
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
#include <tools/shl.hxx>
|
||||
#include <basic/sbx.hxx>
|
||||
#include <basic/sbuno.hxx>
|
||||
#include "sbdiagnose.hxx"
|
||||
#include "sb.hxx"
|
||||
#include <sbjsmeth.hxx>
|
||||
#include "sbjsmod.hxx"
|
||||
@@ -1244,10 +1243,6 @@ sal_uInt16 SbModule::Run( SbMethod* pMeth )
|
||||
|
||||
GlobalRunDeInit();
|
||||
|
||||
#ifdef DBG_UTIL
|
||||
ResetCapturedAssertions();
|
||||
#endif
|
||||
|
||||
if( xVBACompat.is() )
|
||||
{
|
||||
// notify all VBA script listeners about the stopped script
|
||||
|
Reference in New Issue
Block a user