Index: webkit/fileapi/sandbox_mount_point_provider.cc |
=================================================================== |
--- webkit/fileapi/sandbox_mount_point_provider.cc (revision 176955) |
+++ webkit/fileapi/sandbox_mount_point_provider.cc (working copy) |
@@ -437,8 +437,6 @@ |
int64 usage = 0; |
while (!(file_path_each = enumerator->Next()).empty()) { |
- base::PlatformFileInfo file_info; |
- FilePath platform_file_path; |
usage += enumerator->Size(); |
usage += ObfuscatedFileUtil::ComputeFilePathCost(file_path_each); |
} |