Skip to content

Commit 7277e52

Browse files
committed
Remove unused fun
1 parent e491e2e commit 7277e52

File tree

1 file changed

+0
-15
lines changed
  • sentry-android-integration-tests/sentry-uitest-android-benchmark/src/androidTest/java/io/sentry/uitest/android/benchmark

1 file changed

+0
-15
lines changed

sentry-android-integration-tests/sentry-uitest-android-benchmark/src/androidTest/java/io/sentry/uitest/android/benchmark/SentryBenchmarkTest.kt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package io.sentry.uitest.android.benchmark
22

3-
import android.content.Context
43
import android.os.Bundle
54
import androidx.lifecycle.Lifecycle
65
import androidx.test.core.app.launchActivity
@@ -12,10 +11,6 @@ import androidx.test.espresso.matcher.ViewMatchers.withId
1211
import androidx.test.ext.junit.runners.AndroidJUnit4
1312
import androidx.test.runner.AndroidJUnitRunner
1413
import io.sentry.ITransaction
15-
import io.sentry.Sentry.OptionsConfiguration
16-
import io.sentry.android.core.SentryAndroid
17-
import io.sentry.android.core.SentryAndroidOptions
18-
import io.sentry.test.applyTestOptions
1914
import io.sentry.uitest.android.benchmark.util.BenchmarkOperation
2015
import kotlin.test.AfterTest
2116
import kotlin.test.BeforeTest
@@ -104,13 +99,3 @@ class SentryBenchmarkTest : BaseBenchmarkTest() {
10499
}
105100
}
106101
}
107-
108-
fun initForTest(
109-
context: Context,
110-
optionsConfiguration: OptionsConfiguration<SentryAndroidOptions>,
111-
) {
112-
SentryAndroid.init(context) {
113-
applyTestOptions(it)
114-
optionsConfiguration.configure(it)
115-
}
116-
}

0 commit comments

Comments
 (0)