< prev index next >

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

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

@@ -97,14 +97,10 @@
     do { \
         _result = _cmd; \
     } while((_result == -1) && (errno == EINTR)); \
 } while(0)
 
-/*
- * IO helper function(s)
- */
-void fileClose(JNIEnv *env, jobject this, jfieldID fid);
 void fileDescriptorClose(JNIEnv *env, jobject this);
 
 #ifdef MACOSX
 jstring newStringPlatform(JNIEnv *env, const char* str);
 #endif
< prev index next >