Skip to content

Commit 5b5f775

Browse files
authored
Merge pull request OSGeo#11910 from schwehr/finish-removing-GDALRegister_R
gdalallregister.cpp: Finish removing rda driver.
2 parents b18680a + eea40cc commit 5b5f775

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)