Joel Stanley | b078834 | 2017-08-21 16:24:47 +0930 | [diff] [blame] | 1 | From 7a6194962c4c55ac8f225de3b64cac347b9901a0 Mon Sep 17 00:00:00 2001 |
| 2 | From: Joel Stanley <joel.stanley@au1.ibm.com> |
| 3 | Date: Mon, 21 Aug 2017 16:21:08 +0930 |
| 4 | Subject: [PATCH] htmgt: Remove unused variable |
| 5 | |
| 6 | Change-Id: I633f2faca41e40b47ed49a05bfe0724fa4b2114d |
| 7 | Signed-off-by: Joel Stanley <joel.stanley@au1.ibm.com> |
| 8 | --- |
| 9 | src/usr/htmgt/htmgt_cfgdata.C | 3 +-- |
| 10 | 1 file changed, 1 insertion(+), 2 deletions(-) |
| 11 | |
| 12 | diff --git a/src/usr/htmgt/htmgt_cfgdata.C b/src/usr/htmgt/htmgt_cfgdata.C |
| 13 | index 584793c69eb8..19e7b21bf23a 100644 |
| 14 | --- a/src/usr/htmgt/htmgt_cfgdata.C |
| 15 | +++ b/src/usr/htmgt/htmgt_cfgdata.C |
| 16 | @@ -5,7 +5,7 @@ |
| 17 | /* */ |
| 18 | /* OpenPOWER HostBoot Project */ |
| 19 | /* */ |
| 20 | -/* Contributors Listed Below - COPYRIGHT 2014,2016 */ |
| 21 | +/* Contributors Listed Below - COPYRIGHT 2014,2017 */ |
| 22 | /* [+] International Business Machines Corp. */ |
| 23 | /* */ |
| 24 | /* */ |
| 25 | @@ -654,7 +654,6 @@ void getSystemConfigMessageData(const TargetHandle_t i_occ, uint8_t* o_data, |
| 26 | //If a new processor with more cores comes along, |
| 27 | //this command will have to change. |
| 28 | TargetHandleList cores; |
| 29 | - TargetHandleList::iterator coreIt; |
| 30 | getChildChiplets(cores, proc, TYPE_CORE, false); |
| 31 | |
| 32 | uint16_t tempSensor = 0; |
| 33 | -- |
| 34 | 2.14.1 |
| 35 | |