src/cpu/x86/vm/templateTable_x86_64.cpp

Print this page
rev 5824 : 8033289: clang: clean up unused function warning
Reviewed-by:

@@ -105,14 +105,10 @@
 
 static inline Address at_tos_p2() {
   return Address(rsp,  Interpreter::expr_offset_in_bytes(2));
 }
 
-static inline Address at_tos_p3() {
-  return Address(rsp,  Interpreter::expr_offset_in_bytes(3));
-}
-
 // Condition conversion
 static Assembler::Condition j_not(TemplateTable::Condition cc) {
   switch (cc) {
   case TemplateTable::equal        : return Assembler::notEqual;
   case TemplateTable::not_equal    : return Assembler::equal;