base: Remove the Stats namespace

This namespace has gone through the deprecation period
and can now be removed.

Change-Id: I80f25af68e03fff3df8316cb4d1d2669687d0fe4
Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/67359
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Daniel R. Carvalho
2023-01-14 09:51:32 -03:00
committed by Daniel Carvalho
parent 65317b6fc9
commit 4f480fc6fc
22 changed files with 3 additions and 24 deletions

View File

@@ -83,7 +83,6 @@ cast_stat_info(const statistics::Info *info)
#undef TRY_CAST
}
GEM5_DEPRECATED_NAMESPACE(Stats, statistics);
namespace statistics
{