summaryrefslogtreecommitdiff
path: root/src/systemc/utils/report.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemc/utils/report.hh')
-rw-r--r--src/systemc/utils/report.hh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/systemc/utils/report.hh b/src/systemc/utils/report.hh
index 70716cb91..ab94b1cc4 100644
--- a/src/systemc/utils/report.hh
+++ b/src/systemc/utils/report.hh
@@ -111,17 +111,8 @@ extern bool reportWarningsAsErrors;
struct DefaultReportMessages
{
- protected:
- static DefaultReportMessages *&top();
- DefaultReportMessages *next;
-
- std::initializer_list<std::pair<int, const char *>> msgs;
- void install();
-
public:
DefaultReportMessages(std::initializer_list<std::pair<int, const char *>>);
-
- static void installAll();
};
} // namespace sc_gem5