Skip to content

Commit

Permalink
Remove unused class 'DefinitionUseSiteFinder'
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=226346506
  • Loading branch information
concavelenz authored and brad4d committed Dec 21, 2018
1 parent 8bb823c commit 82853ec
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 859 deletions.
236 changes: 0 additions & 236 deletions src/com/google/javascript/jscomp/DefinitionUseSiteFinder.java

This file was deleted.

14 changes: 9 additions & 5 deletions src/com/google/javascript/jscomp/OptimizeCalls.java
Expand Up @@ -32,11 +32,15 @@
import javax.annotation.Nullable; import javax.annotation.Nullable;


/** /**
* A root pass that container for other passes that should run on * A root pass that container for other passes that should run on with a single call graph.
* with a single call graph (currently a DefinitionUseSiteFinder). *
* Expected passes include: * <p>Known passes include:
* - optimize parameters (unused and constant parameters) *
* - optimize returns (unused) * <ul>
* <li>{@link OptimizeParameters} (remove unused and inline constant parameters)
* <li>{@link OptimizeReturns} (remove unused)
* <li>{@link DevirtualizePrototypeMethods}
* </ul>
* *
* @author johnlenz@google.com (John Lenz) * @author johnlenz@google.com (John Lenz)
*/ */
Expand Down

0 comments on commit 82853ec

Please sign in to comment.