mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8358035: Remove unused compute_fingerprint declaration in ClassFileStream
Reviewed-by: ccheung, iklam
This commit is contained in:
parent
e490b4f04d
commit
c96803dc8b
@ -23,7 +23,6 @@
|
||||
*/
|
||||
|
||||
#include "classfile/classFileStream.hpp"
|
||||
#include "classfile/classLoader.hpp"
|
||||
#include "classfile/vmSymbols.hpp"
|
||||
#include "memory/resourceArea.hpp"
|
||||
|
||||
|
||||
@ -156,8 +156,6 @@ class ClassFileStream: public ResourceObj {
|
||||
// Tells whether eos is reached
|
||||
bool at_eos() const { return _current == _buffer_end; }
|
||||
|
||||
uint64_t compute_fingerprint() const;
|
||||
|
||||
bool from_class_file_load_hook() const { return _from_class_file_load_hook; }
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user