Skip to content

Commit c8ba001

Browse files
schwehrJwohnlf
authored andcommitted
gdalallregister.cpp: Finish removing rda driver.
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
1 parent 0668bf1 commit c8ba001

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frmts/gdalallregister.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,6 @@ void CPL_STDCALL GDALAllRegister()
563563
GDALRegister_COASP();
564564
#endif
565565

566-
#ifdef FRMT_r
567-
GDALRegister_R();
568-
#endif
569-
570566
#ifdef FRMT_map
571567
GDALRegister_MAP();
572568
#endif

0 commit comments

Comments
 (0)