remove unnecessary Clear()
This commit is contained in:
parent
313f948a97
commit
8f4a905bb3
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue