mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8010121: Remove definition of ShouldNotReachHere2(msg)
Reviewed-by: kvn, stefank, rbackman, twisti
This commit is contained in:
parent
e6dc6a3b3a
commit
e6e67652d9
4 changed files with 14 additions and 25 deletions
|
@ -248,10 +248,6 @@ void report_should_not_reach_here(const char* file, int line) {
|
|||
report_vm_error(file, line, "ShouldNotReachHere()");
|
||||
}
|
||||
|
||||
void report_should_not_reach_here2(const char* file, int line, const char* message) {
|
||||
report_vm_error(file, line, "ShouldNotReachHere()", message);
|
||||
}
|
||||
|
||||
void report_unimplemented(const char* file, int line) {
|
||||
report_vm_error(file, line, "Unimplemented()");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue