< prev index next >

src/hotspot/os/solaris/os_solaris.inline.hpp

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

@@ -59,12 +59,10 @@
 inline void os::map_stack_shadow_pages(address sp) {
 }
 
 inline void os::dll_unload(void *lib) { ::dlclose(lib); }
 
-inline const int os::default_file_open_flags() { return 0;}
-
 //////////////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////////////////
 
 // macros for restartable system calls
 
< prev index next >