aboutsummaryrefslogtreecommitdiff
path: root/src/pj_initcache.c
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2015-06-28 18:29:23 +0200
committerEven Rouault <even.rouault@spatialys.com>2015-06-28 18:29:23 +0200
commit02232fd5fe58783a40a8cf124170d9ad4629b1ce (patch)
treed2bfb849bd3ad4d952bc8e5db0e859b8cef8d0d7 /src/pj_initcache.c
parentf89810c45ab97baf2847855eb6cd57619a806279 (diff)
parent6073f5f3d33d401a7140611b8f3570caf5d17a3b (diff)
downloadPROJ-02232fd5fe58783a40a8cf124170d9ad4629b1ce.tar.gz
PROJ-02232fd5fe58783a40a8cf124170d9ad4629b1ce.zip
Merge branch '4-warning-fixes' of github.com:QuLogic/proj.4
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;