remove todo

This commit is contained in:
2020-12-31 18:13:58 +01:00
parent b7edaebb60
commit 9f28f2ce5e

View File

@@ -5,8 +5,6 @@
#include"Node.cpp"
#include"Set.cpp"
// TODO: implement fine grained locking
class FineSet:public Set {
Node* first;
public: