< prev index next >

src/hotspot/os/bsd/os_bsd.inline.hpp

Print this page
rev 56578 : 8232211: Remove dead code from os.hpp|cpp
Reviewed-by: TBD

@@ -65,12 +65,10 @@
 
 inline void os::dll_unload(void *lib) {
   ::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);
 }
 
 inline int os::fsync(int fd) {
< prev index next >