| Index: webrtc/base/unixfilesystem.h
|
| diff --git a/webrtc/base/unixfilesystem.h b/webrtc/base/unixfilesystem.h
|
| index 6f9095910193cc8f07e7cfb65e108fe5caed58bb..84202e325079d2be209d131b50a5fa112cc85d3f 100644
|
| --- a/webrtc/base/unixfilesystem.h
|
| +++ b/webrtc/base/unixfilesystem.h
|
| @@ -62,11 +62,6 @@ class UnixFilesystem : public FilesystemInterface {
|
| // Returns true if function succeeds.
|
| bool MoveFile(const Pathname& old_path, const Pathname& new_path) override;
|
|
|
| - // This copies a file from old_path to _new_path where "file" can be a plain
|
| - // file or directory, which will be copied recursively.
|
| - // Returns true if function succeeds
|
| - bool CopyFile(const Pathname& old_path, const Pathname& new_path) override;
|
| -
|
| // Returns true if a pathname is a directory
|
| bool IsFolder(const Pathname& pathname) override;
|
|
|
|
|