Skip to content

Commit

Permalink
Remove some unneeded lines
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich authored Sep 5, 2024
1 parent bddf34a commit c43cd2a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gdal-src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ driver_vfk = ["driver_sqlite"]
driver_rasterlite = [] # unclear how to handle that

# curl
curl-sys = ["dep:curl-sys"]
driver_amigocloud = ["curl-sys"]
driver_carto = ["curl-sys"]
driver_daas = ["curl-sys"]
Expand Down
1 change: 0 additions & 1 deletion gdal-src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ fn main() {

if cfg!(feature = "driver_hdf5") {
let hdf5_dir = std::env::var("DEP_HDF5_ROOT").expect("This is set by hdf5-sys");
// let hdf5_dir = format!("{hdf5_dir}/..");
let hdf5_lib = std::env::var("DEP_HDF5_LIBRARY").expect("This is set by hdf5-sys");
let hdf5_lib_dir = find_library(&hdf5_lib, &hdf5_dir);
let mut hdf5_cc = PathBuf::from(&hdf5_dir);
Expand Down

0 comments on commit c43cd2a

Please sign in to comment.