ruby: drop Machine* functions defined with enum MachineType
Review Request #3437 - Created April 4, 2016 and updated
Information | |
---|---|
Brandon Potter | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 11439:b6d5bc19a4f1 --------------------------- ruby: drop Machine* functions defined with enum MachineType The previous patch reduced the need for Machine* functions by removing its use in the Topology class. This patch removes the use from the NetDest class and other Network related classes. This means that we no longer need to have static counter variables associated with each controller class. Hence, the functions related to counts of machines are being dropped.