Index: branches/eam_branches/ppStack.20211015/src/ppStackCombinePercent.c
===================================================================
--- branches/eam_branches/ppStack.20211015/src/ppStackCombinePercent.c	(revision 41841)
+++ branches/eam_branches/ppStack.20211015/src/ppStackCombinePercent.c	(revision 41842)
@@ -1,6 +1,3 @@
 #include "ppStack.h"
-
-// This is the doomsday switch.
-// #define TESTING                         // Enable test output
 
 bool ppStackCombinePercent(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config)
@@ -40,15 +37,4 @@
     }
 
-    // Harvest the jobs, gathering the inspection lists
-    options->inspect = psArrayAlloc(options->num);
-    options->rejected = psArrayAlloc(options->num);
-    for (int i = 0; i < options->num; i++) {
-        if (options->inputMask->data.PS_TYPE_VECTOR_MASK_DATA[i]) {
-            continue;
-        }
-        options->inspect->data[i] = psArrayAllocEmpty(numChunk);
-        options->rejected->data[i] = psArrayAllocEmpty(numChunk);
-    }
-
     psThreadJob *job;               // Completed job
     while ((job = psThreadJobGetDone())) {
