Skip to content

Commit 1d4c55f

Browse files
committed
Drop accidental [[nodiscard]] on constructor
1 parent d871704 commit 1d4c55f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cub/cub/warp/warp_reduce.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ public:
706706

707707
using TempStorage = typename InternalWarpReduce::TempStorage;
708708

709-
[[nodiscard]] _CCCL_DEVICE _CCCL_FORCEINLINE WarpReduce(TempStorage& /*temp_storage */) {}
709+
_CCCL_DEVICE _CCCL_FORCEINLINE WarpReduce(TempStorage& /*temp_storage */) {}
710710

711711
[[nodiscard]] _CCCL_DEVICE _CCCL_FORCEINLINE T Sum(T input)
712712
{

0 commit comments

Comments
 (0)