Skip to content

Commit

Permalink
fix(max1704x): remove unused and unimplemented destructor (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 authored Jan 14, 2024
1 parent 08150cc commit 59a252e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions components/max1704x/include/max1704x.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ class Max1704x {
}
}

/**
* @brief Delete the Max1704x object.
*/
~Max1704x();

/**
* @brief Initialize the MAX1704x.
*/
Expand Down

0 comments on commit 59a252e

Please sign in to comment.