diff src/cpu/x86/vm/templateTable_x86_64.cpp @ 15505:51c6ce89d4dd

8033289: clang: clean up unused function warning Reviewed-by: coleenp, dholmes, mgerdin
author henryjen
date Wed, 05 Feb 2014 21:24:29 -0800
parents 4ca6dc0799b6
children be896a1983c0
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateTable_x86_64.cpp	Mon May 05 17:27:03 2014 +0200
+++ b/src/cpu/x86/vm/templateTable_x86_64.cpp	Wed Feb 05 21:24:29 2014 -0800
@@ -107,10 +107,6 @@
   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) {