Skip to content

Commit

Permalink
Fix unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwbrei committed Nov 7, 2024
1 parent e82f930 commit f01c085
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libraries/JANA/Topology/JEventPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ class JEventPool {
// Do any necessary teardown within the item itself
item->Clear();
}
auto use_count = item->shared_from_this().use_count();

LocalPool& pool = *(m_pools[location]);

Expand Down

0 comments on commit f01c085

Please sign in to comment.