Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Aug 30, 2024
1 parent a460c1d commit 061bc99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension/TraceController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ namespace extension {
const uint64_t thread_time_uuid = thread_uuid + 1;
const auto& ids = event.statistics->identifiers;

const auto& name = ids->name;
const std::string rname = event.statistics == nullptr || event.statistics->identifiers == nullptr
? "PowerPlant"
: event.statistics->identifiers->reactor;
Expand Down

0 comments on commit 061bc99

Please sign in to comment.