Skip to content

Commit

Permalink
unused variable removal
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolanmol1234 committed Feb 5, 2025
1 parent 369a52e commit 44be31e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,6 @@ public void testCreationWithoutConditionalOverwrite()
Configuration config = new Configuration(this.getRawConfiguration());
config.set("fs.azure.enable.conditional.create.overwrite",
String.valueOf(false));
AzureBlobFileSystemStore store = currentFs.getAbfsStore();

final AzureBlobFileSystem fs =
(AzureBlobFileSystem) FileSystem.newInstance(currentFs.getUri(),
Expand All @@ -894,7 +893,6 @@ public void testCreationOverwriteFalseWithoutConditionalOverwrite()
Configuration config = new Configuration(this.getRawConfiguration());
config.set("fs.azure.enable.conditional.create.overwrite",
String.valueOf(false));
AzureBlobFileSystemStore store = currentFs.getAbfsStore();

final AzureBlobFileSystem fs =
(AzureBlobFileSystem) FileSystem.newInstance(currentFs.getUri(),
Expand Down

0 comments on commit 44be31e

Please sign in to comment.