Joel Stanley | b078834 | 2017-08-21 16:24:47 +0930 | [diff] [blame] | 1 | From 64646f1205672650d9781c83a4aedaeb1664ce47 Mon Sep 17 00:00:00 2001 |
| 2 | From: Joel Stanley <joel.stanley@au1.ibm.com> |
| 3 | Date: Mon, 21 Aug 2017 16:20:41 +0930 |
| 4 | Subject: [PATCH] hwpf: Remove unused variable |
| 5 | |
| 6 | Change-Id: Ica691bea7541fbd02d76400e94f8fbaf9a3e6517 |
| 7 | Signed-off-by: Joel Stanley <joel.stanley@au1.ibm.com> |
| 8 | --- |
| 9 | src/usr/hwpf/hwp/utility_procedures/p8_cpu_special_wakeup.C | 3 +-- |
| 10 | 1 file changed, 1 insertion(+), 2 deletions(-) |
| 11 | |
| 12 | diff --git a/src/usr/hwpf/hwp/utility_procedures/p8_cpu_special_wakeup.C b/src/usr/hwpf/hwp/utility_procedures/p8_cpu_special_wakeup.C |
| 13 | index ee59c8066ccb..c0d6e8a1f2c2 100644 |
| 14 | --- a/src/usr/hwpf/hwp/utility_procedures/p8_cpu_special_wakeup.C |
| 15 | +++ b/src/usr/hwpf/hwp/utility_procedures/p8_cpu_special_wakeup.C |
| 16 | @@ -5,7 +5,7 @@ |
| 17 | /* */ |
| 18 | /* OpenPOWER HostBoot Project */ |
| 19 | /* */ |
| 20 | -/* Contributors Listed Below - COPYRIGHT 2014 */ |
| 21 | +/* Contributors Listed Below - COPYRIGHT 2014,2017 */ |
| 22 | /* [+] International Business Machines Corp. */ |
| 23 | /* */ |
| 24 | /* */ |
| 25 | @@ -153,7 +153,6 @@ p8_cpu_special_wakeup( const fapi::Target& i_ex_target, |
| 26 | uint32_t count = 0; |
| 27 | |
| 28 | std::vector<fapi::Target> l_chiplets; |
| 29 | - std::vector<Target>::iterator itr; |
| 30 | |
| 31 | uint8_t oha_spwkup_flag = 0; |
| 32 | uint8_t ignore_xstop_flag = 0; |
| 33 | -- |
| 34 | 2.14.1 |
| 35 | |