Cleanup.
This commit is contained in:
parent
1cd5827078
commit
41f9baf9dc
|
@ -899,9 +899,8 @@ void SIMULATOR_FRAME_UI::rebuildSignalsList()
|
||||||
if( !name.StartsWith( "V" ) )
|
if( !name.StartsWith( "V" ) )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
const SIM_MODEL::PARAM* portNum = item.model->FindParam( "portnum" );
|
|
||||||
|
|
||||||
std::string portnum = "";
|
std::string portnum = "";
|
||||||
|
|
||||||
if( const SIM_MODEL::PARAM* portnum_param = item.model->FindParam( "portnum" ) )
|
if( const SIM_MODEL::PARAM* portnum_param = item.model->FindParam( "portnum" ) )
|
||||||
portnum = SIM_VALUE::ToSpice( portnum_param->value );
|
portnum = SIM_VALUE::ToSpice( portnum_param->value );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue