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
1 changed files with 0 additions and 1 deletions

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