< prev index next >

src/java.base/macosx/native/libjli/java_md_macosx.m

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

@@ -755,14 +755,10 @@
 
     pthread_attr_destroy(&attr);
     return rslt;
 }
 
-void SetJavaLauncherPlatformProps() {
-   /* Linux only */
-}
-
 static JavaVM* jvmInstance = NULL;
 static jboolean sameThread = JNI_FALSE; /* start VM in current thread */
 
 /*
  * Note there is a callback on this function from the splashscreen logic,
< prev index next >