src/hotspot/os/bsd/os_bsd.inline.hpp
changeset 58654 562bf1878089
parent 55524 b279ae9843b8
child 58679 9c3209ff7550
--- a/src/hotspot/os/bsd/os_bsd.inline.hpp	Wed Oct 16 14:32:17 2019 -0700
+++ b/src/hotspot/os/bsd/os_bsd.inline.hpp	Thu Oct 17 00:00:13 2019 +0200
@@ -67,8 +67,6 @@
   ::dlclose(lib);
 }
 
-inline const int os::default_file_open_flags() { return 0;}
-
 inline jlong os::lseek(int fd, jlong offset, int whence) {
   return (jlong) ::lseek(fd, offset, whence);
 }