Skip to content

Commit

Permalink
Remove obsolete code comment [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Dec 13, 2024
1 parent 17d88d7 commit c1016e7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ogr/ogrsf_frmts/gpkg/ogrgeopackagedatasource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,6 @@ static const char *pszCREATE_GPKG_GEOMETRY_COLUMNS =
"(srs_id)"
")";

/* Only recent versions of SQLite will let us muck with application_id */
/* via a PRAGMA statement, so we have to write directly into the */
/* file header here. */
/* We do this at the *end* of initialization so that there is */
/* data to write down to a file, and we will have a writable file */
/* once we close the SQLite connection */
OGRErr GDALGeoPackageDataset::SetApplicationAndUserVersionId()
{
CPLAssert(hDB != nullptr);
Expand Down

0 comments on commit c1016e7

Please sign in to comment.