Skip to content

Commit

Permalink
fixup! 802673a Removed the unused regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaden Peterson committed Nov 12, 2024
1 parent 63a4f25 commit 67bee63
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ object Analysis {
}

object CommonArguments {
private val pathPlaceholderRegex = """\$\{path\}""".r
private def adjustCompilerOptions(workDir: Path, options: List[String]) = options.map { option =>
val i = option.lastIndexOf(' ')
val withPathReplaced = if (i == -1) {
Expand Down

0 comments on commit 67bee63

Please sign in to comment.