Skip to content

Commit 14233ee

Browse files
committed
Remove unused service
1 parent 278a0b6 commit 14233ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/com/coder/gateway/CoderGatewayConnectionProvider.kt

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ import java.time.format.DateTimeFormatter
3030

3131
class CoderGatewayConnectionProvider : GatewayConnectionProvider {
3232
private val recentConnectionsService = service<CoderRecentWorkspaceConnectionsService>()
33-
private val sshConfigService = service<SshConfigManager>()
3433

3534
private val connections = mutableSetOf<CoderConnectionMetadata>()
3635
private val localTimeFormatter = DateTimeFormatter.ofPattern("yyyy-MMM-dd HH:mm")

0 commit comments

Comments
 (0)