diff --git a/src/java.base/windows/native/libjava/WinCAPISeedGenerator.c b/src/java.base/windows/native/libjava/WinCAPISeedGenerator.c index e447ecc43a9..deb79c7e4cb 100644 --- a/src/java.base/windows/native/libjava/WinCAPISeedGenerator.c +++ b/src/java.base/windows/native/libjava/WinCAPISeedGenerator.c @@ -31,10 +31,6 @@ /* * Get a random seed from the MS CryptoAPI. Return true if successful, false * otherwise. - * - * Some early versions of Windows 95 do not support the required functions. - * Use runtime linking to avoid problems. - * */ JNIEXPORT jboolean JNICALL Java_sun_security_provider_NativeSeedGenerator_nativeGenerateSeed (JNIEnv *env, jclass clazz, jbyteArray randArray)