systemc: Remove some old warn includes from ext/channel.
authorGabe Black <gabeblack@google.com>
Mon, 1 Oct 2018 08:32:50 +0000 (01:32 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 16 Oct 2018 00:43:01 +0000 (00:43 +0000)
The calls to sc_channel_warn_unimpl have been removed, so the includes
aren't needed.

Change-Id: I58a916a7c4ef9a266be591789696457799b6b8dd
Reviewed-on: https://gem5-review.googlesource.com/c/13198
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

src/systemc/ext/channel/sc_event_queue.hh
src/systemc/ext/channel/sc_fifo_in.hh
src/systemc/ext/channel/sc_fifo_out.hh
src/systemc/ext/channel/sc_inout_resolved.hh
src/systemc/ext/channel/sc_inout_rv.hh
src/systemc/ext/channel/sc_out.hh
src/systemc/ext/channel/sc_out_resolved.hh
src/systemc/ext/channel/sc_out_rv.hh

index 93a6e258ef3069f453c7fa173d6e893691780c8a..05ff46ecb02632259290ff21f6908e1984d569b4 100644 (file)
@@ -38,7 +38,6 @@
 #include "../core/sc_module_name.hh"
 #include "../core/sc_port.hh"
 #include "../core/sc_time.hh"
-#include "warn_unimpl.hh"
 
 namespace sc_core
 {
index 541d1fcaa9ec00ecb6f3c499a4a7b5adbd65d862..75594afdbb27f4ea30c2dd05d53072b064a9367c 100644 (file)
@@ -33,7 +33,6 @@
 #include "../core/sc_event.hh"
 #include "../core/sc_port.hh"
 #include "sc_fifo_in_if.hh"
-#include "warn_unimpl.hh"
 
 namespace sc_core
 {
index 52840305bc52f7cce9c74e40190ad0625bb9f530..4eda77ea22fb37d9fb3bb2be8fffc5ee368bec5e 100644 (file)
@@ -32,7 +32,6 @@
 
 #include "../core/sc_port.hh"
 #include "sc_fifo_out_if.hh"
-#include "warn_unimpl.hh"
 
 namespace sc_core
 {
index 7466bc34c2f701aeaa72c353059cac21ab3053f2..ebcb0a4cf6197663772b78615656fc4a2f71db6b 100644 (file)
@@ -33,7 +33,6 @@
 #include "sc_inout.hh"
 #include "sc_signal_in_if.hh"
 #include "sc_signal_inout_if.hh"
-#include "warn_unimpl.hh"
 
 namespace sc_dt
 {
index 046146924b0a2f2875a7559ed0aaa58c11ec1985..54f54ff7c311f51b5fc502c53aedaa2f56e8e2ca 100644 (file)
@@ -36,7 +36,6 @@
 #include "sc_signal_in_if.hh"
 #include "sc_signal_inout_if.hh"
 #include "sc_signal_rv.hh"
-#include "warn_unimpl.hh"
 
 namespace sc_dt
 {
index 37e9a598295fa03dc6610bad2a00613d000dcb94..c78c0b7e406ea509624eaefc13d16d71865e54d0 100644 (file)
@@ -32,7 +32,6 @@
 
 #include "../core/sc_port.hh"
 #include "sc_inout.hh"
-#include "warn_unimpl.hh"
 
 namespace sc_core
 {
index 25f923431bfe75505dbb4fa36c7ce7dd8ca01083..820728e15cfa2b398d34cf17ad6a42ce4d9e6882 100644 (file)
@@ -34,7 +34,6 @@
 #include "sc_out.hh"
 #include "sc_signal_in_if.hh"
 #include "sc_signal_inout_if.hh"
-#include "warn_unimpl.hh"
 
 namespace sc_dt
 {
index ace1f05c5ef2045e808e8a155b0438d6db7920eb..3afe3ee7c405cf62b069f42b322cdf820c803cc5 100644 (file)
@@ -34,7 +34,6 @@
 #include "sc_inout_rv.hh"
 #include "sc_signal_in_if.hh"
 #include "sc_signal_inout_if.hh"
-#include "warn_unimpl.hh"
 
 namespace sc_dt
 {