remove this lock. only used for a metric

This commit is contained in:
Grant Limberg 2023-05-16 15:56:45 -07:00
commit 515e260086
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -117,7 +117,6 @@ public:
} }
inline size_t size() const { inline size_t size() const {
std::unique_lock<std::mutex> lock(m);
return q.size(); return q.size();
} }