diff options
Diffstat (limited to 'basic/source/runtime/step1.cxx')
-rw-r--r-- | basic/source/runtime/step1.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/basic/source/runtime/step1.cxx b/basic/source/runtime/step1.cxx index b007c897c86f..d90d8aa79379 100644 --- a/basic/source/runtime/step1.cxx +++ b/basic/source/runtime/step1.cxx @@ -397,11 +397,6 @@ void SbiRuntime::StepRESUME( sal_uInt32 nOp1 ) pInst->nErl = 0; nError = 0; bInError = sal_False; - - - SbErrorStack*& rErrStack = GetSbData()->pErrStack; - delete rErrStack; - rErrStack = NULL; } // close channel (+channel, 0=all) |