Skip to content

Commit

Permalink
Refs #22321: Delate unused variable <sent> from PublisherApp.hpp
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Gil Aviles <javiergil@eprosima.com>
  • Loading branch information
Javgilavi committed Dec 16, 2024
1 parent 8fa9eec commit f51d7b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/cpp/benchmark/PublisherApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ PublisherApp::PublisherApp(
, count(0)
, vSamples(0)
, startTime(std::chrono::steady_clock::now())
, sent(0)
{

if (samples_ > 0)
Expand Down
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 f51d7b1

Please sign in to comment.