remove unnecessary Clear()

This commit is contained in:
jhorv 2024-04-20 00:31:38 -04:00
parent 313f948a97
commit 8f4a905bb3

View file

@ -137,7 +137,6 @@ namespace Ryujinx.HLE.HOS.Services.SurfaceFlinger
// TODO: figure out what this value is
Span<byte> fourBytes = stackalloc byte[4];
fourBytes.Clear();
WriteInplaceObject(fourBytes);
}