sim: remove unused MemoryModeStrings array
Review Request #2303 - Created June 23, 2014 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Steve Reinhardt | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10243:00b2cc29603c --------------------------- sim: remove unused MemoryModeStrings array The System object has a static MemoryModeStrings array that's (1) unused and (2) redundant, since there's an auto-generated version in the Enums namespace. No point in leaving it in.
compiled all opt & debug. no need to run tests.
