Skip to content

Commit

Permalink
Remove redundant variables. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Jun 3, 2024
1 parent 9405a6b commit 9326a91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/somd2/runner/_somd1.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ def _make_compatible(system):
except KeyError:
raise KeyError("No perturbable molecules in the system")

# Store a dummy element and ambertype.
element_dummy = _SireMol.Element("Xx")
ambertype_dummy = "du"

for mol in pert_mols:
# Store the molecule info.
info = mol.info()
Expand Down

0 comments on commit 9326a91

Please sign in to comment.