diff --git a/engine/src/main/java/org/pentaho/di/job/Job.java b/engine/src/main/java/org/pentaho/di/job/Job.java index 828cd4930119..a541156a9040 100644 --- a/engine/src/main/java/org/pentaho/di/job/Job.java +++ b/engine/src/main/java/org/pentaho/di/job/Job.java @@ -911,13 +911,6 @@ private Result execute( final int nr, Result prev_result, final JobEntryCopy job throw threadExceptions.poll(); } - // In parallel execution, we aggregate all the results, simply add them to - // the previous result... - // - for ( Result threadResult : threadResults ) { - res.add( threadResult ); - } - // If there have been errors, logically, we need to set the result to // "false"... //