Skip to content

Commit c943169

Browse files
committed
Remove unused variable
1 parent 2b1c4d1 commit c943169

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frmts/zarr/zarr_v2_group.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ bool ZarrV2Group::InitFromZGroup(const CPLJSONObject &obj)
510510
}
511511

512512
// add regular arrays
513-
std::set<std::string> oSetRegularArrayNames;
514513
for (const auto &var : vars)
515514
{
516515
const auto osVarName = var.ToString();

0 commit comments

Comments
 (0)