Skip to content

Commit

Permalink
clean up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
evanfreeze committed May 30, 2024
1 parent e15b301 commit 009b6d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ internal object LDContextKind {
const val SERVICE = "service"
}

// vault-primary-traffic-percentage
internal val ALWAYS_BT_PERCENT = 100.0
internal val ALWAYS_VGS_PERCENT = 0.0

// rosetta-traffic-percentage
internal val ALWAYS_ROSETTA_PERCENT = 100.0
internal val ALWAYS_THIRD_PARTY_PERCENT = 0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ package com.joinforage.forage.android.network.data
import android.app.Application
import androidx.test.platform.app.InstrumentationRegistry
import com.joinforage.forage.android.core.services.VaultType
import com.joinforage.forage.android.core.services.launchdarkly.ALWAYS_BT_PERCENT
import com.joinforage.forage.android.core.services.launchdarkly.ALWAYS_ROSETTA_PERCENT
import com.joinforage.forage.android.core.services.launchdarkly.ALWAYS_THIRD_PARTY_PERCENT
import com.joinforage.forage.android.core.services.launchdarkly.ALWAYS_VGS_PERCENT
import com.joinforage.forage.android.core.services.launchdarkly.LDFlags
import com.joinforage.forage.android.core.services.launchdarkly.LDManager
import com.joinforage.forage.android.core.services.launchdarkly.computeVaultType
Expand Down

0 comments on commit 009b6d6

Please sign in to comment.