Skip to content

Commit f4bfeee

Browse files
committed
chore(test-utils): Remove the unused USER_DIR variable
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent c9faf3e commit f4bfeee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/test/src/main/kotlin/Utils.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ import org.ossreviewtoolkit.model.utils.toPurl
4444
import org.ossreviewtoolkit.utils.ort.Environment
4545
import org.ossreviewtoolkit.utils.ort.normalizeVcsUrl
4646

47-
val USER_DIR = File(System.getProperty("user.dir"))
48-
4947
private val ORT_VERSION_REGEX = Regex("(ort_version): \".*\"")
5048
private val JAVA_VERSION_REGEX = Regex("(java_version): \".*\"")
5149
private val ENV_VAR_REGEX = Regex("(\\s{4}variables:)\\n(?:\\s{6}.+)+")

0 commit comments

Comments
 (0)