aboutsummaryrefslogtreecommitdiff
path: root/src/pj_initcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pj_initcache.c')
-rw-r--r--src/pj_initcache.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pj_initcache.c b/src/pj_initcache.c
index 71036f23..e36b0abc 100644
--- a/src/pj_initcache.c
+++ b/src/pj_initcache.c
@@ -1,6 +1,4 @@
/******************************************************************************
- * $Id: pj_transform.c 1504 2009-01-06 02:11:57Z warmerdam $
- *
* Project: PROJ.4
* Purpose: init file definition cache.
* Author: Frank Warmerdam, warmerdam@pobox.com
@@ -30,8 +28,6 @@
#include <projects.h>
#include <string.h>
-PJ_CVSID("$Id: pj_transform.c 1504 2009-01-06 02:11:57Z warmerdam $");
-
static int cache_count = 0;
static int cache_alloc = 0;
static char **cache_key = NULL;