fix minor compil warning (inused var)
This commit is contained in:
parent
f3966371be
commit
3303c17c9b
|
@ -103,7 +103,6 @@ bool NETLIST_EXPORTER_PADS::WriteNetlist( const wxString& aOutFileName,
|
|||
bool NETLIST_EXPORTER_PADS::writeListOfNets( FILE* f )
|
||||
{
|
||||
int ret = 0;
|
||||
int print_ter = 0;
|
||||
|
||||
wxString initialSignalLine;
|
||||
wxString netName;
|
||||
|
@ -153,8 +152,6 @@ bool NETLIST_EXPORTER_PADS::writeListOfNets( FILE* f )
|
|||
} ),
|
||||
sorted_items.end() );
|
||||
|
||||
print_ter = 0;
|
||||
|
||||
std::vector<wxString> netConns;
|
||||
|
||||
for( const std::pair<SCH_PIN*, SCH_SHEET_PATH>& pair : sorted_items )
|
||||
|
|
Loading…
Reference in New Issue