From c1c79615e0eeaaa5d5b2c4afd4444679d47d6ffc Mon Sep 17 00:00:00 2001 From: "Daniel R. Carvalho" Date: Sat, 14 Jan 2023 10:07:08 -0300 Subject: [PATCH] sim: Remove the ProbePoints namespace This namespace has gone through the deprecation period and can now be removed. Change-Id: Iddf30ea24a579cf5a94d6217c1d015a0c68d68d0 Signed-off-by: Daniel R. Carvalho Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/67371 Reviewed-by: Richard Cooper Tested-by: kokoro Maintainer: Jason Lowe-Power --- src/sim/probe/mem.hh | 1 - src/sim/probe/pmu.hh | 1 - src/sim/probe/probe.hh | 1 - 3 files changed, 3 deletions(-) diff --git a/src/sim/probe/mem.hh b/src/sim/probe/mem.hh index df3280cfc9..0496de9b23 100644 --- a/src/sim/probe/mem.hh +++ b/src/sim/probe/mem.hh @@ -46,7 +46,6 @@ namespace gem5 { -GEM5_DEPRECATED_NAMESPACE(ProbePoints, probing); namespace probing { diff --git a/src/sim/probe/pmu.hh b/src/sim/probe/pmu.hh index acf47501e2..b589ce7d4b 100644 --- a/src/sim/probe/pmu.hh +++ b/src/sim/probe/pmu.hh @@ -45,7 +45,6 @@ namespace gem5 { -GEM5_DEPRECATED_NAMESPACE(ProbePoints, probing); namespace probing { diff --git a/src/sim/probe/probe.hh b/src/sim/probe/probe.hh index dede7adeb5..3dd428effd 100644 --- a/src/sim/probe/probe.hh +++ b/src/sim/probe/probe.hh @@ -86,7 +86,6 @@ struct ProbeListenerObjectParams; * common instrumentation interface for devices such as PMUs that have * different implementations in different ISAs. */ -GEM5_DEPRECATED_NAMESPACE(ProbePoints, probing); namespace probing { /* Note: This is only here for documentation purposes, new probe