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:
Dominik Gleich 2018-01-18 16:00:19 +01:00
parent 2a130e784e
commit f0156955f0

View File

@ -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