Skip to content

Commit

Permalink
Remove redundant getOperatorList()
Browse files Browse the repository at this point in the history
  • Loading branch information
mduan committed Apr 4, 2013
1 parent f3c1013 commit db4b199
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/evaluator.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,6 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
xobj.dict.get('Resources') || resources,
dependencyArray, queue);

self.getOperatorList(xobj,
xobj.dict.get('Resources') || resources,
dependencyArray, queue);

// Add the dependencies that are required to execute the
// operatorList.
insertDependency(dependencyArray.slice(depIdx));
Expand Down

0 comments on commit db4b199

Please sign in to comment.