Skip to content

Commit

Permalink
Remove use of obsolete CPL_CVSID() macro (#50)
Browse files Browse the repository at this point in the history
This macro dates back to CVS time and would only make sense if we
substituted the $Id$, which we don't do.
We also plan to remove the macro from GDAL's cpl_port.h header in
OSGeo/gdal#11433 , so let's remove use
of it by its only known external user :-)
  • Loading branch information
rouault authored Dec 5, 2024
1 parent 197e5f1 commit b9c4ed1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions grass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ extern "C"

#define GRASS_MAX_COLORS 100000 // what is the right value

CPL_CVSID("$Id$")

/************************************************************************/
/* Grass2CPLErrorHook() */
/************************************************************************/
Expand Down
2 changes: 0 additions & 2 deletions ogrgrassdatasource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
#include "cpl_conv.h"
#include "cpl_string.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* Grass2CPLErrorHook() */
/************************************************************************/
Expand Down
2 changes: 0 additions & 2 deletions ogrgrassdriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ extern "C"
void RegisterOGRGRASS();
}

CPL_CVSID("$Id$")

/************************************************************************/
/* Open() */
/************************************************************************/
Expand Down
2 changes: 0 additions & 2 deletions ogrgrasslayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
#include "ogrgrass.h"
#include "cpl_conv.h"

CPL_CVSID("$Id$")

/************************************************************************/
/* OGRGRASSLayer() */
/************************************************************************/
Expand Down

0 comments on commit b9c4ed1

Please sign in to comment.