diff options
-rw-r--r-- | backends/edif/edif.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/edif/edif.cc b/backends/edif/edif.cc index 995aa2091..a6534b911 100644 --- a/backends/edif/edif.cc +++ b/backends/edif/edif.cc @@ -385,7 +385,6 @@ struct EdifBackend : public Backend { log_abort(); } } - log_abort(); std::string netname; if (sig == RTLIL::State::S0) netname = "GND_NET"; |