mirror of
https://github.com/ceph/ceph
synced 2025-03-06 08:20:12 +00:00
Merge pull request #16783 from amitkumar50/cov-1414515
msg: Remove unused variable perf_counter in RDMAStack Reviewed-by: Jos Collin <jcollin@redhat.com>
This commit is contained in:
commit
6c037ea5a8
@ -300,7 +300,6 @@ class RDMAServerSocketImpl : public ServerSocketImpl {
|
||||
class RDMAStack : public NetworkStack {
|
||||
vector<std::thread> threads;
|
||||
RDMADispatcher *dispatcher;
|
||||
PerfCounters *perf_counter;
|
||||
|
||||
std::atomic<bool> fork_finished = {false};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user