Minor: remove some dead code
This commit is contained in:
-3
@@ -36,9 +36,6 @@ public abstract class LightClassGenerationSupport {
|
||||
return ServiceManager.getService(project, LightClassGenerationSupport.class);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public abstract LightClassConstructionContext getContextForPackage(@NotNull Collection<KtFile> files);
|
||||
|
||||
@NotNull
|
||||
public abstract LightClassConstructionContext getContextForClassOrObject(@NotNull KtClassOrObject classOrObject);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user