Skip to content

Commit

Permalink
4
Browse files Browse the repository at this point in the history
  • Loading branch information
shuaihehe committed Dec 1, 2023
1 parent 2b11e41 commit 4166f9f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions curvefs/src/client/kvclient/kvclient_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
#include <string>
#include <thread>
#include <utility>
#include "bvar/bvar.h"
#include "brpc/server.h"

#include "absl/strings/string_view.h"
#include "curvefs/src/client/common/config.h"
Expand Down Expand Up @@ -162,8 +160,6 @@ class KVClientManager {
TaskThreadPool<bthread::Mutex, bthread::ConditionVariable> threadPool_;
std::shared_ptr<KVClient> client_;
std::unique_ptr<KVClientManagerMetric> kvClientManagerMetric_;
bvar::Adder<int64_t> getQueueSize_;
bvar::Adder<int64_t> setQueueSize_;
};

} // namespace client
Expand Down

0 comments on commit 4166f9f

Please sign in to comment.