From d2bfb4aeef4dea175482093c42744fbdb8f55f33 Mon Sep 17 00:00:00 2001 From: "Daniel R. Carvalho" Date: Sat, 14 Jan 2023 09:58:30 -0300 Subject: [PATCH] base: Remove the Debug namespace This namespace has gone through the deprecation period and can now be removed. Change-Id: I4241501f3683c1daa8554693cba7aa2c022db130 Signed-off-by: Daniel R. Carvalho Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/67360 Reviewed-by: Richard Cooper Tested-by: kokoro Maintainer: Jason Lowe-Power --- build_tools/debugflaghh.py | 1 - src/base/debug.cc | 1 - src/base/debug.hh | 1 - 3 files changed, 3 deletions(-) diff --git a/build_tools/debugflaghh.py b/build_tools/debugflaghh.py index 2e861e2790..1a4a379204 100644 --- a/build_tools/debugflaghh.py +++ b/build_tools/debugflaghh.py @@ -82,7 +82,6 @@ code( namespace gem5 { -GEM5_DEPRECATED_NAMESPACE(Debug, debug); namespace debug { diff --git a/src/base/debug.cc b/src/base/debug.cc index aa4092afc1..73b52f311f 100644 --- a/src/base/debug.cc +++ b/src/base/debug.cc @@ -52,7 +52,6 @@ namespace gem5 { -GEM5_DEPRECATED_NAMESPACE(Debug, debug); namespace debug { diff --git a/src/base/debug.hh b/src/base/debug.hh index f6b03ae2a7..3941e66022 100644 --- a/src/base/debug.hh +++ b/src/base/debug.hh @@ -53,7 +53,6 @@ namespace gem5 { -GEM5_DEPRECATED_NAMESPACE(Debug, debug); namespace debug {