diff options
author | maf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 04:09:16 +0000 |
---|---|---|
committer | maf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-06 04:09:16 +0000 |
commit | 09175df729ebf3ee0cf79bb01577744674dd24c2 (patch) | |
tree | aea23c43be67ba51a67918d3f4c4762402831adc /o3d/statsreport/uploader_aggregation-mac.mm | |
parent | 6e713f08e972d4b7cf730c83a53345a4b53e1262 (diff) | |
download | chromium_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.mm | 5 |
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]; } |