aboutsummaryrefslogtreecommitdiff
path: root/src/pj_fileapi.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_fileapi.c
parent0ded560f320f03196233cf6a0eacb16b9f4db0cd (diff)
downloadPROJ-5ed55f761233d1ab4ebbaa04354500aad27ad6a7.tar.gz
PROJ-5ed55f761233d1ab4ebbaa04354500aad27ad6a7.zip
Remove unused $Id$ keywords.
Diffstat (limited to 'src/pj_fileapi.c')
-rw-r--r--src/pj_fileapi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pj_fileapi.c b/src/pj_fileapi.c
index 0854dd09..fa35f30a 100644
--- a/src/pj_fileapi.c
+++ b/src/pj_fileapi.c
@@ -1,6 +1,4 @@
/******************************************************************************
- * $Id$
- *
* Project: PROJ.4
* Purpose: Implementation of the pj_ctx_* file api, and the default stdio
* based implementation.
@@ -31,8 +29,6 @@
#include <projects.h>
#include <string.h>
-PJ_CVSID("$Id$");
-
static PAFile pj_stdio_fopen(projCtx ctx, const char *filename,
const char *access);
static size_t pj_stdio_fread(void *buffer, size_t size, size_t nmemb,