Skip to content

Commit 1ce42e9

Browse files
committed
Remove unused var
1 parent c89a5ea commit 1ce42e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xsimd/arch/xsimd_sse2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ namespace xsimd
596596

597597
template <class A, uint8_t... Vs>
598598
XSIMD_INLINE batch<uint8_t, A> bitwise_lshift(
599-
batch<uint8_t, A> const& self, batch_constant<uint8_t, A, Vs...> shifts, requires_arch<sse2> req) noexcept
599+
batch<uint8_t, A> const& self, batch_constant<uint8_t, A, Vs...> shifts, requires_arch<sse2>) noexcept
600600
{
601601
return utils::bitwise_lshift_as_twice_larger<uint8_t, uint16_t>(self, shifts);
602602
}

0 commit comments

Comments
 (0)