Blame SOURCES/0003-linux-pci-root-remove-an-unused-assignment.patch

a43681
From 8c9cb884ebdc79bb69df13f2bfdf99543233588f Mon Sep 17 00:00:00 2001
a43681
From: Peter Jones <pjones@redhat.com>
a43681
Date: Mon, 7 Jan 2019 11:32:41 -0500
a43681
Subject: [PATCH 03/63] linux-pci-root: remove an unused assignment
a43681
a43681
scan-build gripes about this, and it's pointless, so it can go.
a43681
a43681
Signed-off-by: Peter Jones <pjones@redhat.com>
a43681
---
a43681
 src/linux-pci-root.c | 1 -
a43681
 1 file changed, 1 deletion(-)
a43681
a43681
diff --git a/src/linux-pci-root.c b/src/linux-pci-root.c
a43681
index a2d9fb04a11..5d1df06119d 100644
a43681
--- a/src/linux-pci-root.c
a43681
+++ b/src/linux-pci-root.c
a43681
@@ -115,7 +115,6 @@ dp_create_pci_root(struct device *dev UNUSED,
a43681
                         return new;
a43681
                 }
a43681
         }
a43681
-        off += new;
a43681
         sz += new;
a43681
 
a43681
         debug("returning %zd", sz);
a43681
-- 
a43681
2.26.2
a43681