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,