Skip to content

Commit c5c4f51

Browse files
committed
Remove unused variable
1 parent 74136b4 commit c5c4f51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/main/kotlin/org/javacs/kt/codeaction/quickfix/ImplementAbstractMembersQuickFix.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ import org.jetbrains.kotlin.types.KotlinType
4040
import org.jetbrains.kotlin.types.TypeProjection
4141
import org.jetbrains.kotlin.types.typeUtil.asTypeProjection
4242

43-
private const val DEFAULT_TAB_SIZE = 4
44-
4543
class ImplementAbstractMembersQuickFix : QuickFix {
4644
override fun compute(file: CompiledFile, index: SymbolIndex, range: Range, diagnostics: List<Diagnostic>): List<Either<Command, CodeAction>> {
4745
val diagnostic = findDiagnosticMatch(diagnostics, range)

0 commit comments

Comments
 (0)