Skip to content

Commit 311799c

Browse files
authored
Merge pull request github#16899 from igfoo/igfoo/semmle_dist
Java/Kotlin: Remove legacy $SEMMLE_DIST support
2 parents de9370a + ea16f72 commit 311799c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ public enum Var {
5050
* The location of any caches used by the toolchain, including compilation caches, trap caches, etc.
5151
*/
5252
SEMMLE_CACHE,
53-
/**
54-
* The location of the toolchain files, including the odasa jar, our queries etc.
55-
*/
56-
SEMMLE_DIST,
5753
/**
5854
* If running from a git tree, the root of the tree.
5955
*/
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: breaking
3+
---
4+
* The Java extractor no longer supports the `SEMMLE_DIST` legacy environment variable.

0 commit comments

Comments
 (0)