From 2ec3f64af80b50b0bb853d2225f020682e0b09f7 Mon Sep 17 00:00:00 2001 From: "Daniel R. Carvalho" Date: Sat, 14 Jan 2023 10:00:09 -0300 Subject: [PATCH] cpu: Remove the DecodeCache namespace This namespace has gone through the deprecation period and can now be removed. Change-Id: Ia1b2ab5444464f7c0ee85c8d288e38be4d7c013f Signed-off-by: Daniel R. Carvalho Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/67368 Reviewed-by: Richard Cooper Maintainer: Jason Lowe-Power Tested-by: kokoro --- src/cpu/decode_cache.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpu/decode_cache.hh b/src/cpu/decode_cache.hh index 4e5631a460..cbd3c933b2 100644 --- a/src/cpu/decode_cache.hh +++ b/src/cpu/decode_cache.hh @@ -38,7 +38,6 @@ namespace gem5 { -GEM5_DEPRECATED_NAMESPACE(DecodeCache, decode_cache); namespace decode_cache {