< prev index next >

src/java.base/windows/native/libjava/FileOutputStream_md.c

Print this page
rev 50500 : [mq]: JDK-8204663-clean-up-after-JDK-8187631

@@ -70,9 +70,5 @@
     jobject this, jbyteArray bytes, jint off, jint len, jboolean append)
 {
     writeBytes(env, this, bytes, off, len, append, fos_fd);
 }
 
-JNIEXPORT void JNICALL
-Java_java_io_FileOutputStream_close0(JNIEnv *env, jobject this) {
-        handleClose(env, this, fos_fd);
-}
< prev index next >