Skip to content

Commit

Permalink
removed some cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
sllynn committed Nov 8, 2024
1 parent 7e959f2 commit dfa21de
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -740,8 +740,6 @@ object MosaicRasterGDAL extends RasterReader {
drivers.add(driverShortName)
gdal.OpenEx(path, OF_READONLY, drivers)
case None => gdal.Open(path, OF_READONLY)
// gdal.OpenEx(path, OF_READONLY | OF_SHARED, drivers)
// case None => gdal.Open(path, OF_READONLY | OF_SHARED)
}
}

Expand Down

0 comments on commit dfa21de

Please sign in to comment.