diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/lt_bus_locked.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lt_bus_locked.cc b/test/lt_bus_locked.cc index 55357a8..f845b55 100644 --- a/test/lt_bus_locked.cc +++ b/test/lt_bus_locked.cc @@ -41,8 +41,6 @@ struct target : public sc_core::sc_module { // -- INITIATOR ---------------------------------------------------------------- struct initiator : public sc_core::sc_module { - SC_HAS_PROCESS(initiator); - explicit initiator(sc_core::sc_module_name nm) : sc_module(std::move(nm)) { SC_THREAD(run0); SC_THREAD(run1); |