From e82aaf0281423aef3d8d519a5b9fe2a05180ad49 Mon Sep 17 00:00:00 2001 From: smith Date: Sat, 23 Mar 2013 08:59:15 -0700 Subject: [PATCH] Removed unused helperFromKey() function in translator-x64-vector.cpp --- hphp/runtime/vm/translator/translator-x64-vector.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hphp/runtime/vm/translator/translator-x64-vector.cpp b/hphp/runtime/vm/translator/translator-x64-vector.cpp index 1a5ff0817..53d2c21b1 100644 --- a/hphp/runtime/vm/translator/translator-x64-vector.cpp +++ b/hphp/runtime/vm/translator/translator-x64-vector.cpp @@ -685,14 +685,6 @@ static inline TypedValue* unbox(TypedValue* k) { return k; } -template -static inline FuncType helperFromKey(const DynLocation& keyDl, - FuncType localHelper, - FuncType cellHelper) { - if (!keyDl.isVariant()) return cellHelper; - return localHelper; -} - template static inline TypedValue* elemImpl(TypedValue* base, TypedValue* key,