aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-01-04 02:20:27 -0500
committerAllan Wang <me@allanwang.ca>2019-01-04 02:20:27 -0500
commite0af746bc886515a06487c65f9bee12e2b0a1908 (patch)
treeb29a079a36df9e865c525a38ea19e63f38cc6ab3 /app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt
parent339ce9db98c1e6dfb1c8d69f81806680b1efa666 (diff)
downloadfrost-e0af746bc886515a06487c65f9bee12e2b0a1908.tar.gz
frost-e0af746bc886515a06487c65f9bee12e2b0a1908.tar.bz2
frost-e0af746bc886515a06487c65f9bee12e2b0a1908.zip
Redact default cookiemodel string
Diffstat (limited to 'app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt')
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt b/app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt
index a22022de..e5edce24 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/kotlin/Flyweight.kt
@@ -26,8 +26,6 @@ import kotlinx.coroutines.isActive
import kotlinx.coroutines.launch
import kotlinx.coroutines.selects.select
import java.util.concurrent.ConcurrentHashMap
-import kotlin.coroutines.resumeWithException
-import kotlin.coroutines.suspendCoroutine
/**
* Flyweight to keep track of values so long as they are valid.