mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8185826: HotSpot build failure with GCC 7.1.1
Removed unused function Reviewed-by: dholmes, ysuenaga
This commit is contained in:
parent
b0cc678733
commit
4964bb2c24
1 changed files with 0 additions and 4 deletions
|
@ -134,10 +134,6 @@ protected:
|
|||
|
||||
return (int)words;
|
||||
}
|
||||
static int size(int length, int elm_byte_size) {
|
||||
return align_size_up(byte_sizeof(length, elm_byte_size), BytesPerWord) / BytesPerWord; // FIXME
|
||||
}
|
||||
|
||||
int size() {
|
||||
return size(_length);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue