Skip to content

Commit f5ae906

Browse files
committed
remove the comment about making thread_safe_memoizer.h copyable
1 parent 2a30d70 commit f5ae906

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Firestore/core/src/util/thread_safe_memoizer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ namespace util {
2828
/**
2929
* Stores a memoized value in a manner that is safe to be shared between
3030
* multiple threads.
31-
*
32-
* TODO(b/299933587) Make `ThreadSafeMemoizer` copyable and moveable.
3331
*/
3432
template <typename T>
3533
class ThreadSafeMemoizer {

0 commit comments

Comments
 (0)