Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/53823 )

Change subject: dev: Remove unused private variable in lupio_tmr.hh
......................................................................

dev: Remove unused private variable in lupio_tmr.hh

This was causing the compiler-checks to fail:
https://jenkins.gem5.org/job/compiler-checks/71

Clang-11 complained of an unused private variable. This variable is
removed in this commit.

Change-Id: I4a43d3cae0fe4ffed4e1df3d94849ac7dc24cc0b
---
M src/dev/lupio/lupio_tmr.hh
1 file changed, 15 insertions(+), 1 deletion(-)



diff --git a/src/dev/lupio/lupio_tmr.hh b/src/dev/lupio/lupio_tmr.hh
index feea5ab..7a69fb7 100644
--- a/src/dev/lupio/lupio_tmr.hh
+++ b/src/dev/lupio/lupio_tmr.hh
@@ -50,7 +50,6 @@
     System *system;
     int nThread;
     int intType;
-    int nCPUs = 0;

     // Register map
     enum

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/53823
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I4a43d3cae0fe4ffed4e1df3d94849ac7dc24cc0b
Gerrit-Change-Number: 53823
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to