Bug 792502 - Kill the FunctionTimer code; r=vlad
This commit is contained in:
3
netwerk/cache/nsDiskCacheDeviceSQL.cpp
vendored
3
netwerk/cache/nsDiskCacheDeviceSQL.cpp
vendored
@@ -35,7 +35,6 @@
|
||||
#include "nsICacheVisitor.h"
|
||||
#include "nsISeekableStream.h"
|
||||
|
||||
#include "mozilla/FunctionTimer.h"
|
||||
#include "mozilla/Telemetry.h"
|
||||
|
||||
#include "sqlite3.h"
|
||||
@@ -1051,8 +1050,6 @@ struct StatementSql {
|
||||
nsresult
|
||||
nsOfflineCacheDevice::Init()
|
||||
{
|
||||
NS_TIME_FUNCTION;
|
||||
|
||||
NS_ENSURE_TRUE(!mDB, NS_ERROR_ALREADY_INITIALIZED);
|
||||
|
||||
// SetCacheParentDirectory must have been called
|
||||
|
||||
Reference in New Issue
Block a user