diff options
-rw-r--r-- | src/relooper/Relooper.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/relooper/Relooper.cpp b/src/relooper/Relooper.cpp index afb6ecc8..d79dca5a 100644 --- a/src/relooper/Relooper.cpp +++ b/src/relooper/Relooper.cpp @@ -8,8 +8,6 @@ #include "ministring.h" -// TODO: move all set to unorderedset - template <class T, class U> bool contains(const T& container, const U& contained) { return container.find(contained) != container.end(); } |