Skip to content

Commit

Permalink
Update loki/transformations/inline.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Staneker <[email protected]>
  • Loading branch information
reuterbal and MichaelSt98 authored Oct 11, 2024
1 parent bafbf5f commit 80e0a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki/transformations/inline.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ def _map_unbound_dims(var, val):
callee.body.body, scope=caller
)

# Substitute 'loki routine' pragmas
# Remove 'loki routine' pragmas
callee_body = Transformer(
{pragma: None for pragma in FindNodes(Pragma).visit(callee_body)
if is_loki_pragma(pragma, starts_with='routine')}
Expand Down

0 comments on commit 80e0a87

Please sign in to comment.