Skip to content

Commit cfc419b

Browse files
committed
Kotlin: Remove unused ODASA_HOME variable
1 parent 304ad33 commit cfc419b

File tree

1 file changed

+0
-8
lines changed
  • java/kotlin-extractor/src/main/java/com/semmle/util/process

1 file changed

+0
-8
lines changed

java/kotlin-extractor/src/main/java/com/semmle/util/process/Env.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ public enum Var {
3636
/*
3737
* Core toolchain variables
3838
*/
39-
/**
40-
* The location of the toolchain.
41-
*
42-
* Deprecated in favour of {@link Var#SEMMLE_DIST}, {@link Var#SEMMLE_HOME}, and
43-
* {@link Var#SEMMLE_DATA}.
44-
*/
45-
@Deprecated
46-
ODASA_HOME,
4739
/**
4840
* The location of the user's configuration files, including project configurations,
4941
* dashboard configurations, team insight configurations, licenses etc.

0 commit comments

Comments
 (0)