diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-02-06 22:08:24 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-02-07 00:31:27 +0900 |
commit | 64c498ff1719e5c236e803b69af8ae68bdba459a (patch) | |
tree | 8d038c34e6418cb6ffe063e31c9aeb9d101f3611 /basic | |
parent | 4db617efd924ad7ff4ce6988771ad36612c329ec (diff) |
Removed unused variables
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/step0.cxx | 6 |
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 ); } |