diff --git a/linux-ramdump-parser-v2/parsers/iommu.py b/linux-ramdump-parser-v2/parsers/iommu.py index 6eb9dacf9f6e2fe84d6c9cae6915def0aeea3f1d..5beb2d70b2ba6880c53ab73f5d8da8b6db684422 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)