Skip to content

Commit

Permalink
Remove dead line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwatts committed Jul 1, 2024
1 parent 61a2ed5 commit db201d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion func_adl_xAOD/common/ast_to_cpp_translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,6 @@ def call_First(self, node: ast.AST, args: List[ast.AST]) -> Any:
source = args[0]

# Make sure we are in a loop.
cs = self._gc.current_scope()
seq = self.as_sequence(source)

# The First terminal works by protecting the code with a if (first_time) {} block.
Expand Down

0 comments on commit db201d0

Please sign in to comment.