about summary refs log tree commit diff stats
path: root/miasm2/arch/x86/arch.py
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2015-02-16 16:40:19 +0100
committerCamille Mougey <camille.mougey@cea.fr>2015-02-16 16:40:19 +0100
commit0fcd954e10351f914b37a96d498aec39feb30b24 (patch)
treec1f68a979bfac603a3beccea678d4b8cfe3391dc /miasm2/arch/x86/arch.py
parentf6ba0b1b608a060ef5040d9937f6c7014383da6c (diff)
downloadmiasm-0fcd954e10351f914b37a96d498aec39feb30b24.tar.gz
miasm-0fcd954e10351f914b37a96d498aec39feb30b24.zip
PyLint: Unreachable code
Diffstat (limited to 'miasm2/arch/x86/arch.py')
-rw-r--r--miasm2/arch/x86/arch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/miasm2/arch/x86/arch.py b/miasm2/arch/x86/arch.py
index b1d671d1..2e858756 100644
--- a/miasm2/arch/x86/arch.py
+++ b/miasm2/arch/x86/arch.py
@@ -915,7 +915,6 @@ class mn_x86(cls_mn):
 
     def getnextflow(self, symbol_pool):
         raise NotImplementedError('not fully functional')
-        return self.offset + 4
 
     def ir_pre_instruction(self):
         return [ExprAff(mRIP[self.mode],