Bug 948686 - Remove unused variable declaration. r=njn

This commit is contained in:
Andrew McCreight 2013-12-11 10:35:13 -05:00
parent 597fe33c20
commit 74b0e52065

View File

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