Bug 948686 - Remove unused variable declaration. r=njn

This commit is contained in:
Andrew McCreight 2013-12-11 10:35:13 -05:00
Родитель cdda7e348f
Коммит 7761ae065a
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1416,7 +1416,6 @@ nsMemoryReporterManager::GetExplicit(int64_t* aAmount)
#ifndef HAVE_JEMALLOC_STATS #ifndef HAVE_JEMALLOC_STATS
return NS_ERROR_NOT_AVAILABLE; return NS_ERROR_NOT_AVAILABLE;
#else #else
bool more;
// For each reporter we call CollectReports and filter out the // For each reporter we call CollectReports and filter out the
// non-explicit, non-NONHEAP measurements (except for "heap-allocated"). // non-explicit, non-NONHEAP measurements (except for "heap-allocated").