Index: base/file_util.cc |
=================================================================== |
--- base/file_util.cc (revision 25594) |
+++ base/file_util.cc (working copy) |
@@ -400,9 +400,6 @@ |
bool PathExists(const std::wstring& path) { |
return PathExists(FilePath::FromWStringHack(path)); |
} |
-bool PathIsWritable(const std::wstring& path) { |
- return PathIsWritable(FilePath::FromWStringHack(path)); |
-} |
int ReadFile(const std::wstring& filename, char* data, int size) { |
return ReadFile(FilePath::FromWStringHack(filename), data, size); |
} |