< prev index next >

src/java.base/windows/native/libjava/io_util_md.h

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

@@ -46,11 +46,10 @@
 int handleSetLength(FD fd, jlong length);
 jlong handleGetLength(FD fd);
 JNIEXPORT jint handleRead(FD fd, void *buf, jint len);
 jint handleWrite(FD fd, const void *buf, jint len);
 jint handleAppend(FD fd, const void *buf, jint len);
-void handleClose(JNIEnv *env, jobject this, jfieldID fid);
 void fileDescriptorClose(JNIEnv *env, jobject this);
 JNIEXPORT jlong JNICALL
 handleLseek(FD fd, jlong offset, jint whence);
 
 /*
< prev index next >