File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ function TBlake2BTreeConfig.Clone(): IBlake2BTreeConfig;
450450 LResult.FLeafSize := FLeafSize;
451451 LResult.FNodeOffset := FNodeOffset;
452452 LResult.FIsLastNode := FIsLastNode;
453- Result := LResult as IBlake2BTreeConfig ;
453+ Result := LResult;
454454end ;
455455
456456class function TBlake2BTreeConfig.GetSequentialTreeConfig : IBlake2BTreeConfig;
Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ function TBlake2STreeConfig.Clone(): IBlake2STreeConfig;
448448 LResult.FLeafSize := FLeafSize;
449449 LResult.FNodeOffset := FNodeOffset;
450450 LResult.FIsLastNode := FIsLastNode;
451- Result := LResult as IBlake2STreeConfig ;
451+ Result := LResult;
452452end ;
453453
454454class function TBlake2STreeConfig.GetSequentialTreeConfig : IBlake2STreeConfig;
You can’t perform that action at this time.
0 commit comments