mirror of https://github.com/YosysHQ/yosys.git
Remove unnecessary blank line in abc.cc
This commit is contained in:
parent
0b96050933
commit
0e0740a3a0
|
|
@ -1164,7 +1164,6 @@ bool read_until_abc_done(abc_output_filter &filt, int fd, DeferredLogs &logs) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
void RunAbcState::run(ConcurrentStack<AbcProcess> &process_pool)
|
||||
{
|
||||
std::string buffer = stringf("%s/input.blif", tempdir_name);
|
||||
|
|
|
|||
Loading…
Reference in New Issue