Removed unused helperFromKey() function in translator-x64-vector.cpp

Esse commit está contido em:
smith
2013-03-23 08:59:15 -07:00
commit de Sara Golemon
commit e82aaf0281
@@ -685,14 +685,6 @@ static inline TypedValue* unbox(TypedValue* k) {
return k;
}
template<typename FuncType>
static inline FuncType helperFromKey(const DynLocation& keyDl,
FuncType localHelper,
FuncType cellHelper) {
if (!keyDl.isVariant()) return cellHelper;
return localHelper;
}
template <KeyType keyType, bool unboxKey, bool warn, bool define, bool reffy,
bool unset>
static inline TypedValue* elemImpl(TypedValue* base, TypedValue* key,