3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-16 12:15:52 +00:00

Remove unnecessary blank line in abc.cc

This commit is contained in:
Akash Levy 2026-02-04 00:08:42 -08:00 committed by GitHub
parent 0b96050933
commit 0e0740a3a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);