Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/44987 )
Change subject: base: Eliminate the now unused DPRINTF_UNCONDITIONAL macro.
......................................................................
base: Eliminate the now unused DPRINTF_UNCONDITIONAL macro.
Change-Id: I9443051034c58efa223a69eefa20037068ae3e1c
---
M src/base/trace.hh
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/base/trace.hh b/src/base/trace.hh
index 36fcee4..e0b07fd 100644
--- a/src/base/trace.hh
+++ b/src/base/trace.hh
@@ -203,11 +203,6 @@
Trace::getDebugLogger()->dprintf((Tick)-1, std::string(),
__VA_ARGS__); \
} while (0)
-#define DPRINTF_UNCONDITIONAL(x, ...) do { \
- Trace::getDebugLogger()->dprintf_flag( \
- curTick(), name(), #x, __VA_ARGS__); \
-} while (0)
-
#else // !TRACING_ON
#define DDUMP(x, data, count) do {} while (0)
@@ -216,7 +211,6 @@
#define DPRINTFR(...) do {} while (0)
#define DPRINTFN(...) do {} while (0)
#define DPRINTFNR(...) do {} while (0)
-#define DPRINTF_UNCONDITIONAL(x, ...) do {} while (0)
#endif // TRACING_ON
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/44987
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I9443051034c58efa223a69eefa20037068ae3e1c
Gerrit-Change-Number: 44987
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s