diff options
author | August Sodora <augsod@gmail.com> | 2012-01-16 20:42:36 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2012-01-16 20:47:40 -0500 |
commit | cd10d4e8a612f72bf2fa421bc1360d5230da505d (patch) | |
tree | e87e384a49e051355f6ed7c899d106cf28fe2c0a /basic/source/runtime/step1.cxx | |
parent | 3c1ddd4de187363cf1c3f14c43b4a2c66b1de6d6 (diff) |
Remove SbErrorStack[Entry]
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) |