Removed 'INSTANCE' field from companions

This commit is contained in:
Michael Bogdanov
2015-12-24 12:45:44 +03:00
parent 2e73559f33
commit b4db23a7b3
8 changed files with 20 additions and 40 deletions
@@ -7,11 +7,6 @@ public final class C {
public C() { /* compiled code */ }
public static final class Companion {
/**
* @deprecated
*/
public static final C.Companion INSTANCE;
private Companion() { /* compiled code */ }
}
}