8342639: Global operator new in adlc has wrong exception spec
Reviewed-by: kvn, mdoerr
This commit is contained in:
parent
d735255919
commit
e94ad551c6
@ -481,7 +481,3 @@ int get_legal_text(FileBuff &fbuf, char **legal_text)
|
||||
*legal_text = legal_start;
|
||||
return (int) (legal_end - legal_start);
|
||||
}
|
||||
|
||||
void *operator new( size_t size, int, const char *, int ) throw() {
|
||||
return ::operator new( size );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user