Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
dweber2022 committed Jul 10, 2024
1 parent d695f06 commit 93d0a8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/obdetails.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ int deleteBonds(OBMol *mol, bool only_metals) {
// and use deletebonds(...).size() to get the int version
// Deletes bonds in a molecule, optionally only deleting bonds to metal atoms.
// Returns the number of bond deletions.
std::vector<OBMol> fragments;
obErrorLog.ThrowError(__FUNCTION__, "Bond deletion enabled", obDebug);
// Same spirit as OBMol::DeleteHydrogens()
std::vector<OBBond*> delbonds;
Expand Down

0 comments on commit 93d0a8d

Please sign in to comment.