blob: 0ae93edb0d20cb7515dafc5fcbab6feb19f862f9 [file] [log] [blame]
Matt Ploetz3a184dd2016-08-26 17:21:06 -05001From 8e9ebe09e1656fab860bb0d5bf1da2f6aad9378d Mon Sep 17 00:00:00 2001
2From: Matt Ploetz <maploetz@us.ibm.com>
3Date: Tue, 9 Aug 2016 10:21:39 -0500
4Subject: [PATCH] Remove unused var
5
6Change-Id: I563e862d078cb99ac0083b58b80608acfd431597
7---
8 src/usr/diag/attn/runtime/attn_rt.C | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/src/usr/diag/attn/runtime/attn_rt.C b/src/usr/diag/attn/runtime/attn_rt.C
12index 62860d9..0675174 100644
13--- a/src/usr/diag/attn/runtime/attn_rt.C
14+++ b/src/usr/diag/attn/runtime/attn_rt.C
15@@ -105,7 +105,7 @@ namespace ATTN_RT
16 int rc = 0;
17 errlHndl_t err = NULL;
18 AttentionList attentions;
19- MemOps & memOps = getMemOps();
20+ //MemOps & memOps = getMemOps();
21
22
23 do
24--
251.8.2.2
26