diff options
Diffstat (limited to 'src/pj_ctx.c')
| -rw-r--r-- | src/pj_ctx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pj_ctx.c b/src/pj_ctx.c index 048baf4a..43d12255 100644 --- a/src/pj_ctx.c +++ b/src/pj_ctx.c @@ -1,6 +1,4 @@ /****************************************************************************** - * $Id$ - * * Project: PROJ.4 * Purpose: Implementation of the projCtx thread context object. * Author: Frank Warmerdam, warmerdam@pobox.com @@ -30,8 +28,6 @@ #include <projects.h> #include <string.h> -PJ_CVSID("$Id$"); - static projCtx_t default_context; static volatile int default_context_initialized = 0; |
