< prev index next >

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

Print this page

        

@@ -91,14 +91,10 @@
 
 inline int os::fsync(int fd) {
   return ::fsync(fd);
 }
 
-inline char* os::native_path(char *path) {
-  return path;
-}
-
 inline int os::ftruncate(int fd, jlong length) {
   return ::ftruncate64(fd, length);
 }
 
 inline struct dirent* os::readdir(DIR* dirp, dirent *dbuf) {
< prev index next >