remove dead code

This commit is contained in:
Axel Kohlmeyer
2025-01-21 22:41:12 -05:00
parent 651c1b2bc2
commit 21bbd69b3c

View File

@ -1694,7 +1694,6 @@ class lammps(object):
with ExceptionCheck(self): with ExceptionCheck(self):
return self.lib.lammps_eval(self.lmp, newexpr) return self.lib.lammps_eval(self.lmp, newexpr)
return None
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------