aboutsummaryrefslogtreecommitdiff
path: root/src/pj_mutex.c
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2015-05-31 00:22:59 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2015-05-31 00:22:59 -0400
commit5ed55f761233d1ab4ebbaa04354500aad27ad6a7 (patch)
treec55a6e63334a4fd633be28583559998e19ec4c7e /src/pj_mutex.c
parent0ded560f320f03196233cf6a0eacb16b9f4db0cd (diff)
downloadPROJ-5ed55f761233d1ab4ebbaa04354500aad27ad6a7.tar.gz
PROJ-5ed55f761233d1ab4ebbaa04354500aad27ad6a7.zip
Remove unused $Id$ keywords.
Diffstat (limited to 'src/pj_mutex.c')
-rw-r--r--src/pj_mutex.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pj_mutex.c b/src/pj_mutex.c
index ee5a6550..f61be2e2 100644
--- a/src/pj_mutex.c
+++ b/src/pj_mutex.c
@@ -1,6 +1,4 @@
/******************************************************************************
- * $Id: pj_transform.c 1504 2009-01-06 02:11:57Z warmerdam $
- *
* Project: PROJ.4
* Purpose: Mutex (thread lock) functions.
* Author: Frank Warmerdam, warmerdam@pobox.com
@@ -32,7 +30,6 @@
#ifndef _WIN32
#include <projects.h>
-PJ_CVSID("$Id: pj_transform.c 1504 2009-01-06 02:11:57Z warmerdam $");
#else
#include <proj_api.h>
#endif