Unused parameter removed

This commit is contained in:
Andrey Breslav
2014-04-09 17:28:30 +04:00
parent fdc42c6c1d
commit 5e2630bc12
5 changed files with 10 additions and 13 deletions
@@ -213,8 +213,7 @@ public class ResolveElementCache {
resolveSession.getAnnotationResolver().resolveAnnotationsArguments(
descriptor,
resolveSession.getTrace(),
resolveSession.getScopeProvider().getResolutionScopeForDeclaration(declaration)
resolveSession.getTrace()
);
ForceResolveUtil.forceResolveAllContents(descriptor.getAnnotations());