Skip to content

Commit f3a4c3b

Browse files
brettchabotcopybara-androidxtest
authored andcommitted
Internal code sync
PiperOrigin-RevId: 742858926
1 parent 60b8f4e commit f3a4c3b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

services/shellexecutor/java/androidx/test/services/shellexecutor/LocalSocketProtocol.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ object LocalSocketProtocol {
5252
env: Map<String, String>? = null,
5353
timeout: Duration,
5454
) {
55-
val myString = "Kotlin is awesome!"
56-
val destinationArray = CharArray(myString.length)
57-
58-
// Convert the string and store it in the destinationArray:
59-
myString.toCharArray(destinationArray)
60-
6155
val builder = RunCommandRequest.newBuilder().setSecret(secret).addAllArgv(argv)
6256
env?.forEach { (k, v) -> builder.putEnvironment(k, v) }
6357
if (timeout.isInfinite() || timeout.isNegative() || timeout == Duration.ZERO) {

0 commit comments

Comments
 (0)