From 0e0740a3a0cb84d3b4fb57d2b831d1e3bbc17f7b Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Wed, 4 Feb 2026 00:08:42 -0800 Subject: [PATCH] Remove unnecessary blank line in abc.cc --- passes/techmap/abc.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/passes/techmap/abc.cc b/passes/techmap/abc.cc index bdf901014..48a287c92 100644 --- a/passes/techmap/abc.cc +++ b/passes/techmap/abc.cc @@ -1164,7 +1164,6 @@ bool read_until_abc_done(abc_output_filter &filt, int fd, DeferredLogs &logs) { } } - void RunAbcState::run(ConcurrentStack &process_pool) { std::string buffer = stringf("%s/input.blif", tempdir_name);