Skip to content

Commit 3ab73d0

Browse files
Remove unused variable
1 parent 5c6412f commit 3ab73d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-contrib/google-cloud-nio/src/test/java/com/google/cloud/storage/contrib/nio/CloudStorageFileSystemProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ public void testProviderEquals() {
649649
@Test
650650
public void testNewFileSystem() throws IOException {
651651
Map<String,String> env = new HashMap<>();
652-
FileSystem fs = FileSystems.newFileSystem(URI.create("gs://bucket/path/to/file"), env);
652+
FileSystems.newFileSystem(URI.create("gs://bucket/path/to/file"), env);
653653
}
654654

655655
private static CloudStorageConfiguration permitEmptyPathComponents(boolean value) {

0 commit comments

Comments
 (0)