mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8204663: clean up remaining native parts after JDK-8187631
Reviewed-by: rriggs, psandoz
This commit is contained in:
parent
0e39fb9304
commit
4d84004591
6 changed files with 0 additions and 33 deletions
|
@ -72,7 +72,3 @@ Java_java_io_FileOutputStream_writeBytes(JNIEnv *env,
|
|||
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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue