Backed out changeset 030c419226ed

This commit is contained in:
Kyle Huey 2011-08-01 08:26:15 -04:00
Родитель dc7b23c122
Коммит c67e76416e
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -430,12 +430,6 @@ public:
return *this; return *this;
} }
// @return The amount of memory taken used by this nsTArray, not including
// sizeof(this)
size_t SizeOf() const {
return Capacity() * sizeof(elem_type) + sizeof(mHdr);
}
// //
// Accessor methods // Accessor methods
// //