mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8232211: Remove dead code from os.hpp|cpp
Reviewed-by: dholmes, dcubed, rehn
This commit is contained in:
parent
31afddccae
commit
638fe2b833
17 changed files with 2 additions and 316 deletions
|
@ -67,8 +67,6 @@ 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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue