Skip to content

Commit

Permalink
misc: Remove leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeLeibowitz committed Oct 3, 2024
1 parent e12261a commit e3ca8c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devito/petsc/iet/passes.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def lower_petsc(iet, **kwargs):
builder = PETScCallbackBuilder(**kwargs)

for iters, (injectsolve,) in injectsolve_mapper.items():
# target = injectsolve.expr.rhs.target
solver_objs = build_solver_objs(injectsolve, iters, **kwargs)

# Generate the solver setup for each InjectSolveDummy
Expand Down

0 comments on commit e3ca8c5

Please sign in to comment.