Browse Source

Refs #2063. Removed preprocess hook.

Spencer Rathbun 12 years ago
parent
commit
f3356079fd
1 changed files with 0 additions and 3 deletions
  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.
 		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.