فهرست منبع

Refs #2063. Removed preprocess hook.

Spencer Rathbun 12 سال پیش
والد
کامیت
f3356079fd
1فایلهای تغییر یافته به همراه0 افزوده شده و 3 حذف شده
  1. 0 3
      lib/pipeline/Pipeline.js

+ 0 - 3
lib/pipeline/Pipeline.js

@@ -79,9 +79,6 @@ var Pipeline = module.exports = (function(){
 		/* Move filters up where possible.
 		/* Move filters up where possible.
 		CW TODO -- move filter past projections where possible, and noting corresponding field renaming.
 		CW TODO -- move filter past projections where possible, and noting corresponding field renaming.
 		*/
 		*/
-		if (pipelineInstance.preProcess instanceof Function) {
-			pipelineInstance.preProcess();
-		}
 
 
 		/*
 		/*
 		Wherever there is a match immediately following a sort, swap them.
 		Wherever there is a match immediately following a sort, swap them.