Skip to content

Commit

Permalink
remove un use GetBlobReference and container in CloudBlobCoreFileStor…
Browse files Browse the repository at this point in the history
…ageService (#10010)
  • Loading branch information
SimonCropp authored Jun 22, 2024
1 parent 85e5034 commit b309544
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ public async Task<IFileReference> GetFileReferenceAsync(string folderName, strin
throw new ArgumentNullException(nameof(fileName));
}

ICloudBlobContainer container = await GetContainerAsync(folderName);
var blob = container.GetBlobReference(fileName);
var result = await GetBlobContentAsync(folderName, fileName, ifNoneMatch);
if (result.StatusCode == HttpStatusCode.NotModified)
{
Expand Down

0 comments on commit b309544

Please sign in to comment.