Remove unused code

pull/901/head
Nathan 6 years ago
parent 5384602d00
commit 59a851f09a
  1. 4
      mythril/laser/smt/bitvec.py

@ -210,10 +210,6 @@ class BitVecFunc(BitVec):
:param input: :param input:
""" """
from mythril.laser.smt import symbol_factory
self.symbol_factory = symbol_factory
self.name = name self.name = name
self.input = input self.input = input
super().__init__(raw, annotations) super().__init__(raw, annotations)

Loading…
Cancel
Save