From 20ee3b97622be2cc448de31d84dd5f29109e0ada Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Fri, 7 Jul 2023 18:21:44 -0700 Subject: [PATCH] stdlib: Remove simulator.py beta warnings This component is no longer in a beta state Change-Id: I8e309771aaa03197cf1738ad0af57c253ad58ecd --- src/python/gem5/simulate/simulator.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/python/gem5/simulate/simulator.py b/src/python/gem5/simulate/simulator.py index e27679a996..0551745b36 100644 --- a/src/python/gem5/simulate/simulator.py +++ b/src/python/gem5/simulate/simulator.py @@ -53,10 +53,6 @@ class Simulator: """ This Simulator class is used to manage the execution of a gem5 simulation. - **Warning:** The simulate package is still in a beta state. The gem5 - project does not guarantee the APIs within this package will remain - consistent in future across upcoming releases. - Example ------- Examples using the Simulator class can be found under @@ -165,12 +161,6 @@ class Simulator: """ - warn( - "The simulate package is still in a beta state. The gem5 " - "project does not guarantee the APIs within this package will " - "remain consistent across upcoming releases." - ) - # We specify a dictionary here outlining the default behavior for each # exit event. Each exit event is mapped to a generator. self._default_on_exit_dict = {