aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pj_apply_vgridshift.c2
-rw-r--r--src/pj_mutex.c18
2 files changed, 1 insertions, 19 deletions
diff --git a/src/pj_apply_vgridshift.c b/src/pj_apply_vgridshift.c
index f4b80bd9..1570d7ff 100644
--- a/src/pj_apply_vgridshift.c
+++ b/src/pj_apply_vgridshift.c
@@ -78,7 +78,7 @@ int pj_apply_vgridshift( PJ *defn, const char *listname,
for( i = 0; i < point_count; i++ )
{
long io = i * point_offset;
- LP input, output;
+ LP input;
int itable;
double value = HUGE_VAL;
diff --git a/src/pj_mutex.c b/src/pj_mutex.c
index 2e91f33f..39cedbc4 100644
--- a/src/pj_mutex.c
+++ b/src/pj_mutex.c
@@ -84,15 +84,6 @@ void pj_cleanup_lock()
{
}
-/************************************************************************/
-/* pj_init_lock() */
-/************************************************************************/
-
-static void pj_init_lock()
-
-{
-}
-
#endif // def MUTEX_stub
/************************************************************************/
@@ -136,15 +127,6 @@ void pj_cleanup_lock()
{
}
-/************************************************************************/
-/* pj_init_lock() */
-/************************************************************************/
-
-static void pj_init_lock()
-
-{
-}
-
#endif // def MUTEX_pthread
/************************************************************************/