Index: /branches/eam_branches/20091201/ppStack/src/ppStackMatch.c
===================================================================
--- /branches/eam_branches/20091201/ppStack/src/ppStackMatch.c	(revision 26486)
+++ /branches/eam_branches/20091201/ppStack/src/ppStackMatch.c	(revision 26487)
@@ -344,5 +344,5 @@
                                                        footprint); // Filtered list of sources
 
-            bool oldThreads = pmReadoutFakeThreads(true); // Old threading state
+            // bool oldThreads = pmReadoutFakeThreads(true); // Old threading state
             if (!pmReadoutFakeFromSources(fake, readout->image->numCols, readout->image->numRows,
                                           stampSources, SOURCE_MASK, NULL, NULL, options->psf,
@@ -354,5 +354,5 @@
                 return false;
             }
-            pmReadoutFakeThreads(oldThreads);
+            // pmReadoutFakeThreads(oldThreads);
 
             fake->mask = psImageCopy(NULL, readout->mask, PS_TYPE_IMAGE_MASK);
