Skip to content

Commit

Permalink
Remove unused commonArgs function from CompilationTask.kt (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Jan 21, 2023
1 parent 216d3a5 commit 2c09da2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ import java.util.Base64
import java.util.stream.Collectors.toList
import java.util.stream.Stream

/**
* Return a list with the common arguments for compilation with code generation.
*/
fun JvmCompilationTask.commonArgs(): CompilationArgs = baseArgs() + codeGenArgs()

fun JvmCompilationTask.codeGenArgs(): CompilationArgs = CompilationArgs()
.absolutePaths(info.friendPathsList) {
"-Xfriend-paths=${it.joinToString(X_FRIENDS_PATH_SEPARATOR)}"
Expand Down

0 comments on commit 2c09da2

Please sign in to comment.