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 = {