summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basic/source/runtime/step0.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/basic/source/runtime/step0.cxx b/basic/source/runtime/step0.cxx
index b5591fd1f424..69c748bf6042 100644
--- a/basic/source/runtime/step0.cxx
+++ b/basic/source/runtime/step0.cxx
@@ -1154,13 +1154,7 @@ void SbiRuntime::StepINPUT()
else if( err )
{
if( pRestart && !pIosys->GetChannel() )
- {
- BasResId aId( IDS_SBERR_START + 4 );
- String aMsg( aId );
-
-
pCode = pRestart;
- }
else
Error( err );
}