We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304ad33 commit cfc419bCopy full SHA for cfc419b
java/kotlin-extractor/src/main/java/com/semmle/util/process/Env.java
@@ -36,14 +36,6 @@ public enum Var {
36
/*
37
* Core toolchain variables
38
*/
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,
47
/**
48
* The location of the user's configuration files, including project configurations,
49
* dashboard configurations, team insight configurations, licenses etc.
0 commit comments