Skip to content

Commit

Permalink
chore(logger): remove useless rule-of-five boilerplate
Browse files Browse the repository at this point in the history
Signed-off-by: Max SCHMELLER <[email protected]>
  • Loading branch information
mojomex committed Nov 25, 2024
1 parent c6fcf9b commit 4136ccb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nebula_common/include/nebula_common/loggers/logger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ namespace nebula::drivers::loggers
class Logger
{
public:
Logger() = default;
Logger(const Logger &) = default;
Logger(Logger &&) = delete;
Logger & operator=(const Logger &) = default;
Logger & operator=(Logger &&) = delete;
virtual ~Logger() = default;

virtual void debug(const std::string & message) = 0;
Expand Down

0 comments on commit 4136ccb

Please sign in to comment.