Skip to content

Commit b1e09b5

Browse files
committed
[libc++][NFC] Remove TODOs that are already done
1 parent 8007bcc commit b1e09b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/include/functional

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ POLICY: For non-variadic implementations, the number of arguments is limited
512512
#include <__compare/compare_three_way.h>
513513
#include <__config>
514514
#include <__debug>
515-
#include <__functional/binary_function.h> // TODO: deprecate
515+
#include <__functional/binary_function.h>
516516
#include <__functional/binary_negate.h>
517517
#include <__functional/bind.h>
518518
#include <__functional/bind_back.h>
@@ -534,7 +534,7 @@ POLICY: For non-variadic implementations, the number of arguments is limited
534534
#include <__functional/pointer_to_unary_function.h>
535535
#include <__functional/ranges_operations.h>
536536
#include <__functional/reference_wrapper.h>
537-
#include <__functional/unary_function.h> // TODO: deprecate
537+
#include <__functional/unary_function.h>
538538
#include <__functional/unary_negate.h>
539539
#include <__functional/unwrap_ref.h>
540540
#include <__utility/forward.h>

0 commit comments

Comments
 (0)