8176863: Remove Hashtable::reverse()

Reviewed-by: hseigel, sspitsyn, coleenp
This commit is contained in:
Ioi Lam 2017-05-04 16:04:23 -07:00
parent dd47191766
commit ba388eaccd
6 changed files with 0 additions and 70 deletions

View file

@ -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();
}