mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8269678: Remove unimplemented and unused os::bind_to_processor()
Reviewed-by: dcubed
This commit is contained in:
parent
83bce94cc8
commit
5c08344b64
5 changed files with 0 additions and 24 deletions
|
@ -4785,11 +4785,6 @@ void os::set_native_thread_name(const char *name) {
|
|||
}
|
||||
}
|
||||
|
||||
bool os::bind_to_processor(uint processor_id) {
|
||||
// Not yet implemented.
|
||||
return false;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// debug support
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue