Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardGatt committed Nov 8, 2023
1 parent 3bd4851 commit 22f9b64
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import retrofit2.converter.gson.GsonConverterFactory
class Queue : GistListener {

private var localMessageStore: MutableList<Message> = mutableListOf()
private val cacheMap = mutableMapOf<String, Response>()

init {
GistSdk.addListener(this)
Expand Down

0 comments on commit 22f9b64

Please sign in to comment.