Skip to content

Commit 342a731

Browse files
committed
remove-unused-var
1 parent 4dfc5c5 commit 342a731

File tree

1 file changed

+0
-3
lines changed
  • ide-common/src/main/kotlin/org/digma/intellij/plugin/auth

1 file changed

+0
-3
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/auth/AuthManager.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ class AuthManager(private val cs: CoroutineScope) : Disposable {
6262

6363
private val fireChangeAlarm = Alarm(Alarm.ThreadToUse.POOLED_THREAD, this)
6464

65-
private var loginOrRefreshAsyncJob: Job? = null
66-
6765
private val loginLogoutSemaphore = Semaphore(1, true)
6866

6967
//refreshTokenStrategy should be used only from onAuthenticationException
@@ -87,7 +85,6 @@ class AuthManager(private val cs: CoroutineScope) : Disposable {
8785

8886
override fun dispose() {
8987
myAnalyticsProvider.close()
90-
loginOrRefreshAsyncJob?.cancel()
9188
autoRefreshWaitingJob?.cancel()
9289
autoRefreshJob?.cancel()
9390
}

0 commit comments

Comments
 (0)