Skip to content

Commit

Permalink
Handler class does not have a watch field
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed Oct 7, 2024
1 parent 18896fd commit b151a31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tools/Tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,6 @@ class Tools {
section=handler.section;
key=std::move(handler.key);
}
handler.watch=nullptr;
return *this;
}
/// Destructor
Expand Down Expand Up @@ -517,4 +516,3 @@ std::vector<const T*> Tools::unique2raw(const std::vector<std::unique_ptr<const
}

#endif

0 comments on commit b151a31

Please sign in to comment.