提交 4d1db310 编写于 作者: C CyrusNajmabadi

Remove uncalled method.

上级 bbfd6e3a
......@@ -172,25 +172,6 @@ private void Free(Dictionary<string, List<int>> map)
SharedPools.StringIgnoreCaseDictionary<List<int>>().ClearAndFree(map);
}
private bool TrySaveIdentifierSetVersion(
EsentStorage.IdentifierLocationTableAccessor accessor, EsentStorage.Key key, VersionStamp version)
{
if (!TryGetIdentifierSetVersionId(out var identifierId))
{
return false;
}
accessor.PrepareBatchOneInsert();
using (var stream = accessor.GetWriteStream(key, identifierId))
using (var writer = new ObjectWriter(stream))
{
version.WriteTo(writer);
}
accessor.FinishBatchOneInsert();
return true;
}
private bool ReadFrom(ObjectReader reader, List<int> result, CancellationToken cancellationToken)
{
var count = reader.ReadInt32();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册