From 93f0de95d6db1ddcd79473d4d25f830c132316dd Mon Sep 17 00:00:00 2001 From: "Daniel R. Carvalho" Date: Sat, 14 Jan 2023 09:57:55 -0300 Subject: [PATCH] misc: Remove the m5 namespace This namespace has gone through the deprecation period and can now be removed. Change-Id: Iffc6d903da1d619c0914379d0ceabc88453b3ac7 Signed-off-by: Daniel R. Carvalho Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/67367 Reviewed-by: Richard Cooper Maintainer: Jason Lowe-Power Tested-by: kokoro --- src/base/coroutine.hh | 1 - src/base/stl_helpers.hh | 1 - 2 files changed, 2 deletions(-) diff --git a/src/base/coroutine.hh b/src/base/coroutine.hh index 63b26aa3eb..000a0bf0f9 100644 --- a/src/base/coroutine.hh +++ b/src/base/coroutine.hh @@ -44,7 +44,6 @@ #include "base/compiler.hh" #include "base/fiber.hh" -GEM5_DEPRECATED_NAMESPACE(m5, gem5); namespace gem5 { diff --git a/src/base/stl_helpers.hh b/src/base/stl_helpers.hh index d16446d5c3..d12f266350 100644 --- a/src/base/stl_helpers.hh +++ b/src/base/stl_helpers.hh @@ -36,7 +36,6 @@ #include "base/compiler.hh" -GEM5_DEPRECATED_NAMESPACE(m5, gem5); namespace gem5 {