Index: /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/launch_region_hosts.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/launch_region_hosts.c	(revision 37702)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/launch_region_hosts.c	(revision 37703)
@@ -45,8 +45,4 @@
       if (truncate (loopsyncfile, 0)) fprintf (stderr, "trouble clearing loopsyncfile %s\n", loopsyncfile);
       free (loopsyncfile);
-
-      char imagename[1024];
-      snprintf (imagename, 1024, "%s/Image.%d.fits", CATDIR, regionHosts->hosts[i].hostID);
-      if (unlink (imagename)) fprintf (stderr, "trouble clearing image %s\n", imagename);
     }
 
@@ -68,4 +64,5 @@
     char filename[1024];
     snprintf (filename, 1024, "%s/Image.%d.fits", CATDIR, host->hostID);
+    if (unlink (filename)) fprintf (stderr, "trouble clearing image %s\n", filename);
 
     // write the image subset for this host
@@ -190,6 +187,4 @@
 int HarvestRegionHosts (RegionHostTable *regionHosts) {
 
-  int i;
-
   int status = TRUE;
 
Index: /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/relastro_parallel_images.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/relastro_parallel_images.c	(revision 37702)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/relastro_parallel_images.c	(revision 37703)
@@ -104,5 +104,5 @@
       if (RESET_IMAGES) {
 	UpdateMeasures (catalog, Ncatalog);
-	MARKTIME("reset measures loop %d, host %d: %f sec\n", i, REGION_HOST_ID, dtime);
+	MARKTIME("reset measures, host %d: %f sec\n", REGION_HOST_ID, dtime);
       }
       for (i = 0; i < NLOOP; i++) {
