Skip to content

Commit

Permalink
Don't need when anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Sep 16, 2023
1 parent 2e90e4f commit e1bfaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsl/word/emit/Watchdog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace dsl {
*
* @param data The runtime argument that was passed to on<Watchdog<>>()
*/
explicit WatchdogServicer(const RuntimeType& data) : when(NUClear::clock::now()), data(data) {}
explicit WatchdogServicer(const RuntimeType& data) : data(data) {}

/**
* @brief Services the watchdog
Expand Down

0 comments on commit e1bfaab

Please sign in to comment.