3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 02:15:20 +00:00

Stray log_module

This commit is contained in:
Eddie Hung 2020-01-06 15:14:38 -08:00
parent 1e2ab19f42
commit 8d0cc654a4

View file

@ -601,8 +601,6 @@ struct XAigerWriter
f.write(buffer_str.data(), buffer_str.size());
if (holes_module) {
log_module(holes_module);
std::stringstream a_buffer;
XAigerWriter writer(holes_module, true /* holes_mode */);
writer.write_aiger(a_buffer, false /*ascii_mode*/);