changeset 50667 | cc58f1fa0438 |
parent 50199 | 83d8b3a25f25 |
child 51106 | f605c91e5219 |
--- a/src/hotspot/os/linux/os_linux.inline.hpp Fri Jun 15 13:57:32 2018 -0400 +++ b/src/hotspot/os/linux/os_linux.inline.hpp Tue Jun 19 09:34:41 2018 +0200 @@ -88,10 +88,6 @@ return ::fsync(fd); } -inline char* os::native_path(char *path) { - return path; -} - inline int os::ftruncate(int fd, jlong length) { return ::ftruncate64(fd, length); }