Skip to content

Commit 8100dcb

Browse files
committed
chore(clearly-defined)!: Remove an unused extension function
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent d04aeb2 commit 8100dcb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

clients/clearly-defined/src/main/kotlin/Extensions.kt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@
1919

2020
package org.ossreviewtoolkit.clients.clearlydefined
2121

22-
import okhttp3.RequestBody
23-
24-
import okio.Buffer
25-
26-
/**
27-
* Return the request body as a string, see https://github.com/square/okhttp/issues/1891.
28-
*/
29-
fun RequestBody.string() = Buffer().also { writeTo(it) }.readUtf8()
30-
3122
/**
3223
* Convert a [SourceLocation] to a [Coordinates] object.
3324
*/

0 commit comments

Comments
 (0)