< prev index next >

src/hotspot/os/aix/os_aix.inline.hpp

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

@@ -62,12 +62,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) ::lseek64(fd, offset, whence);
 }
 
 inline int os::fsync(int fd) {
< prev index next >