Skip to content

Commit

Permalink
gdalallregister.cpp: Finish removing rda driver.
Browse files Browse the repository at this point in the history
Follow on to these commits:

- 6799268 - Remove R Object Data Store (*.rda) driver
- a4de9c0 Merge pull request OSGeo#11758 from rouault/remove_geoconcept
  - This was cumulative with previous PRs and contains the removal of rda
  • Loading branch information
schwehr committed Mar 3, 2025
1 parent b18680a commit eea40cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frmts/gdalallregister.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,6 @@ void CPL_STDCALL GDALAllRegister()
GDALRegister_COASP();
#endif

#ifdef FRMT_r
GDALRegister_R();
#endif

#ifdef FRMT_map
GDALRegister_MAP();
#endif
Expand Down

0 comments on commit eea40cc

Please sign in to comment.