summaryrefslogtreecommitdiffstats
path: root/o3d/statsreport/uploader_aggregation-mac.mm
diff options
context:
space:
mode:
authormaf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-06 04:09:16 +0000
committermaf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-06 04:09:16 +0000
commit09175df729ebf3ee0cf79bb01577744674dd24c2 (patch)
treeaea23c43be67ba51a67918d3f4c4762402831adc /o3d/statsreport/uploader_aggregation-mac.mm
parent6e713f08e972d4b7cf730c83a53345a4b53e1262 (diff)
downloadchromium_src-09175df729ebf3ee0cf79bb01577744674dd24c2.zip
chromium_src-09175df729ebf3ee0cf79bb01577744674dd24c2.tar.gz
chromium_src-09175df729ebf3ee0cf79bb01577744674dd24c2.tar.bz2
Lots of changes required to build on GCC in full paranoia mode with no warnings generated.
Review URL: http://codereview.chromium.org/165013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22581 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/statsreport/uploader_aggregation-mac.mm')
-rw-r--r--o3d/statsreport/uploader_aggregation-mac.mm5
1 files changed, 0 insertions, 5 deletions
diff --git a/o3d/statsreport/uploader_aggregation-mac.mm b/o3d/statsreport/uploader_aggregation-mac.mm
index 5037f32..3db4800 100644
--- a/o3d/statsreport/uploader_aggregation-mac.mm
+++ b/o3d/statsreport/uploader_aggregation-mac.mm
@@ -116,11 +116,6 @@ static bool ReportMetrics(const char* extra_url_data,
}
void ResetPersistentMetrics() {
- NSError *error = nil;
- /*
- [[NSFileManager defaultManager] removeItemAtPath:O3DStatsPath()
- error:&error];
- */
[[NSFileManager defaultManager] removeFileAtPath:O3DStatsPath()
handler:nil];
}