Reduce scope
Change-Id: I6bdff92cee194d79af98227d48c68304ee56593b
This commit is contained in:
@@ -417,9 +417,8 @@ SvStream::SvStream( SvLockBytes* pLockBytesP )
|
||||
|
||||
ImpInit();
|
||||
xLockBytes = pLockBytesP;
|
||||
const SvStream* pStrm;
|
||||
if( pLockBytesP ) {
|
||||
pStrm = pLockBytesP->GetStream();
|
||||
const SvStream* pStrm = pLockBytesP->GetStream();
|
||||
if( pStrm ) {
|
||||
SetError( pStrm->GetErrorCode() );
|
||||
}
|
||||
|
Reference in New Issue
Block a user