Skip to content

Commit caa130a

Browse files
committed
unused functions
1 parent 080462d commit caa130a

File tree

1 file changed

+0
-8
lines changed
  • plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/flareChat

1 file changed

+0
-8
lines changed

plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/lsp/flareChat/ChatCommunicationManager.kt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,10 @@ class ChatCommunicationManager(private val cs: CoroutineScope) {
9999
fun removeTabOpenRequest(requestId: String) =
100100
pendingTabRequests.remove(requestId)
101101

102-
fun setPartialResultLock(token: String, lock: Any) {
103-
partialResultLocks[token] = lock
104-
}
105-
106102
fun removePartialResultLock(token: String) {
107103
partialResultLocks.remove(token)
108104
}
109105

110-
fun setFinalResultProcessed(token: String, processed: Boolean) {
111-
finalResultProcessed[token] = processed
112-
}
113-
114106
fun removeFinalResultProcessed(token: String) {
115107
finalResultProcessed.remove(token)
116108
}

0 commit comments

Comments
 (0)