Remove SmartAllocator support from Variant @override-unit-failures

It looks like this is all it takes now.  I couldn't find any
of the old .inc file stuff; I guess it went away at some point.
Esse commit está contido em:
Jordan DeLong
2013-06-12 18:46:22 -07:00
commit de Sara Golemon
commit f7d3d6511d
2 arquivos alterados com 3 adições e 6 exclusões
-2
Ver Arquivo
@@ -49,8 +49,6 @@ static void unserializeProp(VariableUnserializer *uns,
CStrRef context, CStrRef realKey,
int nProp) NEVER_INLINE;
IMPLEMENT_SMART_ALLOCATION_HOT(Variant);
///////////////////////////////////////////////////////////////////////////////
// static strings
+3 -4
Ver Arquivo
@@ -726,11 +726,10 @@ class Variant : private TypedValue {
*/
Variant share(bool save) const;
/**
* Memory allocator methods.
/*
* Print information about a variant to stdout. For debugging
* purposes.
*/
DECLARE_SMART_ALLOCATION(Variant);
void dump() const;
/**