Refactoring: remove unused methods

This commit is contained in:
Nikolay Krasko
2014-02-19 14:34:48 +04:00
parent 5afd1b23d1
commit 0448736a4c
2 changed files with 2 additions and 20 deletions
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2013 JetBrains s.r.o.
* Copyright 2010-2014 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -29,12 +29,6 @@ public interface JavaResolverCache {
@Nullable
ClassDescriptor getClassResolvedFromSource(@NotNull FqName fqName);
@Nullable
SimpleFunctionDescriptor getMethod(@NotNull JavaMethod method);
@Nullable
ConstructorDescriptor getConstructor(@NotNull JavaElement constructor);
@Nullable
ClassDescriptor getClass(@NotNull JavaClass javaClass);