mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8176863: Remove Hashtable::reverse()
Reviewed-by: hseigel, sspitsyn, coleenp
This commit is contained in:
parent
dd47191766
commit
ba388eaccd
6 changed files with 0 additions and 70 deletions
|
@ -2839,11 +2839,6 @@ void SystemDictionary::copy_table(char** top, char* end) {
|
|||
dictionary()->copy_table(top, end);
|
||||
}
|
||||
|
||||
|
||||
void SystemDictionary::reverse() {
|
||||
dictionary()->reverse();
|
||||
}
|
||||
|
||||
int SystemDictionary::number_of_classes() {
|
||||
return dictionary()->number_of_entries();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue