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>
This commit is contained in:
Gabe Black
2018-10-10 19:19:36 -07:00
parent 5c21437512
commit 0f368d5ebd
33 changed files with 4 additions and 114 deletions

View File

@@ -37,4 +37,3 @@ if env['USE_SYSTEMC']:
Source('sc_vector.cc')
Source('tracefile.cc')
Source('vcd.cc')
Source('warn_unimpl.cc')