Skip to content

Commit 1f34961

Browse files
author
Daniel Lemire
committed
deleting more space
1 parent 94c1b6c commit 1f34961

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Base64AVX2UTF16.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ public static partial class Base64
1111
// Caller is responsible for checking that Avx2.IsSupported && Popcnt.IsSupported
1212
public unsafe static OperationStatus DecodeFromBase64AVX2(ReadOnlySpan<char> source, Span<byte> dest, out int bytesConsumed, out int bytesWritten, bool isUrl = false)
1313
{
14-
15-
1614
if (isUrl)
1715
{
1816
return InnerDecodeFromBase64AVX2Url(source, dest, out bytesConsumed, out bytesWritten);

0 commit comments

Comments
 (0)