mem: fix fast build breakage from CommMonitor refactoring
Review Request #3805 - Created Feb. 3, 2017 and discarded
| Information | |
|---|---|
| Curtis Dunham | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
mem: fix fast build breakage from CommMonitor refactoring The is_read and is_write variables become unused in a fast build (no DPRINTFs), leading to a -Werror=unused-variable build failure. This fix simply eliminates the variables. Change-Id: I3f0f8596273f6d6c123087387440ea115eccbc16 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Posted (Feb. 4, 2017, 8:24 a.m.)
Seems to be the same thing as http://reviews.gem5.org/r/3801/. I guess Pierre-Yves beat you so we can drop this one?
