aboutsummaryrefslogtreecommitdiff
path: root/src/sc_export2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_export2.cc')
-rw-r--r--src/sc_export2.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sc_export2.cc b/src/sc_export2.cc
index 42381d2..16ddc06 100644
--- a/src/sc_export2.cc
+++ b/src/sc_export2.cc
@@ -49,8 +49,6 @@ constexpr inline const char* to_str(msg_if::message msg) {
// -- SENDER -------------------------------------------------------------------
struct sender : public sc_module {
- SC_HAS_PROCESS(sender);
-
explicit sender(sc_module_name nm) : sc_module(nm) {
SC_METHOD(do_protocol);
}