Skip to content

Commit 6909e7f

Browse files
committed
Remove obsolete workaround
1 parent 34da0b8 commit 6909e7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

substratevm/src/com.oracle.svm.driver/src/com/oracle/svm/driver/NativeImage.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1525,7 +1525,6 @@ private static void deprecatedSanitizeJVMEnvironment(Map<String, String> environ
15251525

15261526
private static void sanitizeJVMEnvironment(Map<String, String> environment, Map<String, String> imageBuilderEnvironment) {
15271527
Set<String> requiredKeys = new HashSet<>(List.of("PATH", "PWD", "HOME", "LANG", "LC_ALL"));
1528-
requiredKeys.add("SRCHOME"); /* Remove once GR-44676 is fixed */
15291528
Function<String, String> keyMapper;
15301529
if (OS.WINDOWS.isCurrent()) {
15311530
requiredKeys.addAll(List.of("TEMP", "INCLUDE", "LIB"));

0 commit comments

Comments
 (0)