summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core/sc_spawn.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/ext/core/sc_spawn.hh')
-rw-r--r--src/systemc/ext/core/sc_spawn.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/systemc/ext/core/sc_spawn.hh b/src/systemc/ext/core/sc_spawn.hh
index a37e48206..413b0095b 100644
--- a/src/systemc/ext/core/sc_spawn.hh
+++ b/src/systemc/ext/core/sc_spawn.hh
@@ -151,8 +151,6 @@ class sc_spawn_options
sc_spawn_options &operator = (const sc_spawn_options &) { return *this; }
};
-void sc_spawn_warn_unimpl(const char *func);
-
template <typename T>
sc_process_handle
sc_spawn(T object, const char *name_p=nullptr,