about summary refs log tree commit diff stats
path: root/miasm2/jitter/loader/pe.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2016-02-02 20:25:04 +0100
committerAjax <commial@gmail.com>2016-02-04 23:20:21 +0100
commit38fb7d07fc90e17a95c96b80fe9e0825a09ea498 (patch)
tree8dd1c5b000fbfcfc86e9b7095519ee2c2baab9ff /miasm2/jitter/loader/pe.py
parent147a217b64b3610cdd822b0f23ad2af8106960fd (diff)
downloadmiasm-38fb7d07fc90e17a95c96b80fe9e0825a09ea498.tar.gz
miasm-38fb7d07fc90e17a95c96b80fe9e0825a09ea498.zip
Remove unused variables
Diffstat (limited to 'miasm2/jitter/loader/pe.py')
-rw-r--r--miasm2/jitter/loader/pe.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/jitter/loader/pe.py b/miasm2/jitter/loader/pe.py
index 89876a92..1d33f9b8 100644
--- a/miasm2/jitter/loader/pe.py
+++ b/miasm2/jitter/loader/pe.py
@@ -468,7 +468,6 @@ def vm_load_pe_and_dependencies(vm, fname, name2module, runtime_lib,
     """
 
     todo = [(fname, fname, 0)]
-    dependencies = []
     weight2name = {}
     done = set()