summaryrefslogtreecommitdiff
path: root/src/systemc/ext/core/sc_spawn.hh
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-10-10 19:19:36 -0700
committerGabe Black <gabeblack@google.com>2018-10-16 01:18:36 +0000
commit0f368d5ebdd4eeff9f475aed244677a4191df5d8 (patch)
treed8d1b5b7e7a675a20c74ac7c83321024d0bd7467 /src/systemc/ext/core/sc_spawn.hh
parent5c21437512235104821701920b59878c3afb8139 (diff)
downloadgem5-0f368d5ebdd4eeff9f475aed244677a4191df5d8.tar.xz
systemc: Get rid of leftovers from unimplemented warnings past.
These warnings were removed when the functionality they warned about was implemented, but there were some leftovers like unnecessary includes and some helper functions which hid gem5 specific headers from the ext directory. Change-Id: Ic886ac0f1264687524e3a7b7eaab8836f318a5a2 Reviewed-on: https://gem5-review.googlesource.com/c/13398 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
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,