Skip to content

Commit b5d6bb9

Browse files
committed
Kotlin: Remove unused var SEMMLE_PLATFORM_TOOLS
1 parent cfc419b commit b5d6bb9

File tree

1 file changed

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

1 file changed

+0
-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
@@ -185,10 +185,6 @@ public enum Var {
185185
* The platform we are running on; one of "linux", "osx" and "win".
186186
*/
187187
SEMMLE_PLATFORM,
188-
/**
189-
* Location of platform specific tools, currently only used in universal LGTM distributions
190-
*/
191-
SEMMLE_PLATFORM_TOOLS,
192188
/**
193189
* PATH to use to look up tooling required by macOS Relocator scripts.
194190
*/

0 commit comments

Comments
 (0)