Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed Oct 17, 2024
1 parent 1ae2e9e commit 5488d50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion slither/slithir/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,6 @@ def propagate_types(ir: Operation, node: "Node"): # pylint: disable=too-many-lo
targeted_function = next(
(x for x in ir_func.contract.functions if x.name == str(ir.variable_right))
)
# t = _make_function_type(targeted_function)
ir.lvalue.set_type(targeted_function)
elif isinstance(left, (Variable, SolidityVariable)):
t = left.type
Expand Down

0 comments on commit 5488d50

Please sign in to comment.