Skip to content

Commit

Permalink
Delate unused variable <sent> from PublisherApp.hpp
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Gil Aviles <[email protected]>
  • Loading branch information
Javgilavi committed Dec 16, 2024
1 parent 1faf7ba commit cc2b477
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/cpp/benchmark/PublisherApp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ class PublisherApp : public Application, public DataWriterListener, public DataR
std::vector<uint16_t> vSamples;

std::chrono::time_point<std::chrono::steady_clock> startTime;

uint8_t sent;
};

} // namespace benchmark
Expand Down

0 comments on commit cc2b477

Please sign in to comment.