summaryrefslogtreecommitdiff
path: root/source/compiler/aslrestype2s.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2019-08-21 09:23:50 -0700
committerRobert Moore <Robert.Moore@intel.com>2019-08-21 09:23:50 -0700
commit1f08279b3eb13f17004159c28c391a390cd68feb (patch)
treebf24988f99b8c450ae4ade29febbd52377910e6f /source/compiler/aslrestype2s.c
parente92bd9211174397c87261160f321fa66f195fe73 (diff)
downloadacpica-1f08279b3eb13f17004159c28c391a390cd68feb.tar.gz
Results from Clang changes/fixes
From Clang V5.0.1. Mostly "set but never read" warnings.
Diffstat (limited to 'source/compiler/aslrestype2s.c')
-rw-r--r--source/compiler/aslrestype2s.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/compiler/aslrestype2s.c b/source/compiler/aslrestype2s.c
index 230850543..410ff2b2c 100644
--- a/source/compiler/aslrestype2s.c
+++ b/source/compiler/aslrestype2s.c
@@ -674,7 +674,6 @@ RsDoGpioIoDescriptor (
ResSourceLength = RsGetStringDataLength (InitializerOp);
VendorLength = RsGetBufferDataLength (InitializerOp);
InterruptLength = RsGetInterruptDataLength (InitializerOp, 10);
- PinList = InterruptList;
DescriptorSize = ACPI_AML_SIZE_LARGE (AML_RESOURCE_GPIO) +
ResSourceLength + VendorLength + InterruptLength;