Remove counters
Summary: Remove not used counters Reviewers: florijan, mferencevic, teon.banek Reviewed By: florijan Differential Revision: https://phabricator.memgraph.io/D1116
This commit is contained in:
parent
2a130e784e
commit
f0156955f0
@ -50,8 +50,5 @@ class Storage {
|
||||
|
||||
// Set of transactions ids which are building indexes currently
|
||||
ConcurrentSet<tx::transaction_id_t> index_build_tx_in_progress_;
|
||||
|
||||
// DB level global counters, used in the "counter" function.
|
||||
ConcurrentMap<std::string, std::atomic<int64_t>> counters_;
|
||||
};
|
||||
} // namespace database
|
||||
|
Loading…
Reference in New Issue
Block a user