diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-05-31 00:22:59 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-05-31 00:22:59 -0400 |
| commit | 5ed55f761233d1ab4ebbaa04354500aad27ad6a7 (patch) | |
| tree | c55a6e63334a4fd633be28583559998e19ec4c7e /src/pj_open_lib.c | |
| parent | 0ded560f320f03196233cf6a0eacb16b9f4db0cd (diff) | |
| download | PROJ-5ed55f761233d1ab4ebbaa04354500aad27ad6a7.tar.gz PROJ-5ed55f761233d1ab4ebbaa04354500aad27ad6a7.zip | |
Remove unused $Id$ keywords.
Diffstat (limited to 'src/pj_open_lib.c')
| -rw-r--r-- | src/pj_open_lib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pj_open_lib.c b/src/pj_open_lib.c index 524a7505..0a2e7fec 100644 --- a/src/pj_open_lib.c +++ b/src/pj_open_lib.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Implementation of pj_open_lib(), and pj_set_finder(). These * provide a standard interface for opening projections support @@ -36,8 +34,6 @@ #include <string.h> #include <errno.h> -PJ_CVSID("$Id$"); - static const char *(*pj_finder)(const char *) = NULL; static int path_count = 0; static char **search_path = NULL; |
