8216199: Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic()
Removed unused local variable Reviewed-by: thartmann
This commit is contained in:
parent
536c4db6cc
commit
196d73b454
@ -1219,8 +1219,6 @@ vmIntrinsics::ID BCEscapeAnalyzer::known_intrinsic() {
|
||||
}
|
||||
|
||||
bool BCEscapeAnalyzer::compute_escape_for_intrinsic(vmIntrinsics::ID iid) {
|
||||
ArgumentMap arg;
|
||||
arg.clear();
|
||||
switch (iid) {
|
||||
case vmIntrinsics::_getClass:
|
||||
_return_local = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user