Skip to content

Commit 4669692

Browse files
committed
Remove pattern
1 parent 7abc8a2 commit 4669692

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

plugins/src/main/java/com/google/firebase/gradle/plugins/report/UnitTestReport.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import java.net.http.HttpClient
2222
import java.net.http.HttpRequest
2323
import java.net.http.HttpResponse
2424
import java.time.Duration
25-
import java.util.regex.Pattern
2625
import java.util.stream.Stream
2726
import kotlinx.serialization.json.Json
2827
import kotlinx.serialization.json.JsonArray
@@ -355,10 +354,6 @@ class UnitTestReport(private val apiToken: String) {
355354
}
356355

357356
companion object {
358-
/*
359-
* Matches commit names for their PR number generated by GitHub, eg, `foo bar (#1234)`.
360-
*/
361-
private val PR_NUMBER_MATCHER: Pattern = Pattern.compile(".*\\(#([0-9]+)\\)")
362357
private const val URL_PREFIX = "https://api.github.com/repos/firebase/firebase-android-sdk/"
363358
}
364359
}

0 commit comments

Comments
 (0)