From ffd1e0d79df1d138a615190df58d348e281438c2 Mon Sep 17 00:00:00 2001
From: Mitchel Humpherys <mitchelh@codeaurora.org>
Date: Wed, 2 Apr 2014 15:45:01 -0700
Subject: [PATCH] lrdp-v2: iommu: remove unused variable

out_dir is not used anymore. Remove it.

Change-Id: I082e0642a352e91b232ce02fe40e20a200de9fc8
---
 linux-ramdump-parser-v2/parsers/iommu.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/linux-ramdump-parser-v2/parsers/iommu.py b/linux-ramdump-parser-v2/parsers/iommu.py
index 6eb9dac..5beb2d7 100644
--- a/linux-ramdump-parser-v2/parsers/iommu.py
+++ b/linux-ramdump-parser-v2/parsers/iommu.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2013, The Linux Foundation. All rights reserved.
+# Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 2 and
@@ -439,8 +439,6 @@ class IOMMU(RamParser):
                 '[!] WARNING: IOMMU domains was not found in this build. No IOMMU page tables will be generated')
             return
 
-        out_dir = self.ramdump.outdir
-
         iommu_domains_rb_root_addr = self.ramdump.read_word(
             iommu_domains_rb_root)
         rb_walker = rb_tree.RbTreeWalker(self.ramdump)
-- 
GitLab