| Index: base/file_util.cc
|
| ===================================================================
|
| --- base/file_util.cc (revision 28937)
|
| +++ base/file_util.cc (working copy)
|
| @@ -47,11 +47,6 @@
|
| return true;
|
| }
|
|
|
| -void TrimTrailingSeparator(std::wstring* dir) {
|
| - while (dir->length() > 1 && EndsWithSeparator(dir))
|
| - dir->resize(dir->length() - 1);
|
| -}
|
| -
|
| FilePath::StringType GetFileExtensionFromPath(const FilePath& path) {
|
| FilePath::StringType file_name = path.BaseName().value();
|
| const FilePath::StringType::size_type last_dot =
|
|
|