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