Remove extraneous call to GetMemory (#7379)
This commit is contained in:
parent
efb5923120
commit
b2f850aa82
|
|
@ -71,8 +71,7 @@ namespace PlatformBenchmarks
|
|||
Commit();
|
||||
}
|
||||
|
||||
_output.GetMemory(count);
|
||||
_span = _output.GetSpan();
|
||||
_span = _output.GetSpan(count);
|
||||
}
|
||||
|
||||
private void WriteMultiBuffer(ReadOnlySpan<byte> source)
|
||||
|
|
|
|||
Loading…
Reference in New Issue