--- gpsmap.cc.orig	2008-03-20 20:10:16.000000000 -0400
+++ gpsmap.cc	2008-03-20 20:12:19.000000000 -0400
@@ -2242,11 +2242,9 @@
     pthread_attr_destroy(&attr);
 
     // Now wait for the threads to complete and come back
-    int thread_status;
     for (int t = 0; t < numthreads; t++) {
         void *tmp;
         pthread_join(mapthread[t], &tmp);
-	thread_status = reinterpret_cast<int>(tmp);
     }
 #else
     // Run one instance of our "thread".  thread number 0, it should just crunch it all
