# HG changeset patch # User aph # Date 1456412384 0 # Node ID 2c74ba717122cba9979a05f7fb22bebc5ccbf543 # Parent b2a8ec2a9deb5565df98c02508e7f70638682f05 8150652, PR3496: Remove unused code in AArch64 back end Reviewed-by: kvn diff -r b2a8ec2a9deb -r 2c74ba717122 src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp --- a/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp Thu Sep 03 04:06:33 2020 +0100 +++ b/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp Thu Feb 25 14:59:44 2016 +0000 @@ -194,10 +194,6 @@ return (r->reg2stack() + SharedRuntime::out_preserve_stack_slots()) * VMRegImpl::stack_slot_size; } -template static const T& min (const T& a, const T& b) { - return (a > b) ? b : a; -} - // --------------------------------------------------------------------------- // Read the array of BasicTypes from a signature, and compute where the // arguments should go. Values in the VMRegPair regs array refer to 4-byte