Skip to content

Commit

Permalink
remove dead variable in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 26, 2023
1 parent 6a53ed9 commit c343fdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vyper/codegen/function_definitions/external_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def generate_ir_for_external_function(code, func_t, context):
# code: vy_ast.FunctionDef,
# func_t: ContractFunctionT,
# context: Context,
# check_nonpayable: bool,
# ) -> IRnode:
"""
Return the IR for an external function. Returns IR for the body
Expand Down

0 comments on commit c343fdf

Please sign in to comment.