< prev index next >

src/java.base/windows/native/libjli/java_md.c

Print this page
rev 56298 : 8231171: remove remaining sun.java.launcher.pid references

@@ -801,13 +801,10 @@
 #endif /* ENABLE_AWT_PRELOAD */
 
     return rslt;
 }
 
-/* Unix only, empty on windows. */
-void SetJavaLauncherPlatformProps() {}
-
 /*
  * The implementation for finding classes from the bootstrap
  * class loader, refer to java.h
  */
 static FindClassFromBootLoader_t *findBootClass = NULL;
< prev index next >