ruby: remove unused code inside '#if 0 ... #endif'
Review Request #3415 - Created April 4, 2016 and updated
Information | |
---|---|
Brandon Potter | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 11417:214335b48cb4 --------------------------- ruby: remove unused code inside '#if 0 ... #endif' The code looks stale - `hg blame` shows that the lines were last modified by Nate in 2010 for style issues. I sincerely doubt that anyone has used it since it was originally written. Furthermore, the code will not even compile if the preprocessor directives are removed; the llocker and uulocker variables that are used as indices into the persistent_randomize array are undefined. It's not clear what they should be from the current code.