Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Mar 22, 2024
1 parent 0fb60da commit 78bd945
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/checkers/inference/InferenceAnnotatedTypeFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@
import com.sun.source.tree.MethodInvocationTree;
import com.sun.source.tree.NewClassTree;
import com.sun.source.tree.Tree;
import org.checkerframework.javacutil.TypesUtils;
import org.plumelib.util.CollectionsPlume;

/**
* InferenceAnnotatedTypeFactory is responsible for creating AnnotatedTypeMirrors that are annotated with
Expand Down Expand Up @@ -397,7 +395,6 @@ public ParameterizedExecutableType constructorFromUse(final NewClassTree newClas
(AnnotatedDeclaredType) toAnnotatedType(TreeUtils.typeOf(newClassTree), false);
addComputedTypeAnnotations(newClassTree, constructorReturnType);

ParameterizedExecutableType result = super.constructorFromUse(newClassTree);
ParameterizedExecutableType substitutedPair = substituteTypeArgs(newClassTree, constructorElem, result.executableType);
inferencePoly.replacePolys(newClassTree, substitutedPair.executableType);

Expand Down

0 comments on commit 78bd945

Please sign in to comment.