Index: webrtc/base/win32filesystem.h |
diff --git a/webrtc/base/win32filesystem.h b/webrtc/base/win32filesystem.h |
index 14a4a801af40e7ca8a80128447b5cc40b5d54f67..a41cc3e4d4350769437be48120a5224d321a9807 100644 |
--- a/webrtc/base/win32filesystem.h |
+++ b/webrtc/base/win32filesystem.h |
@@ -17,11 +17,6 @@ namespace rtc { |
class Win32Filesystem : public FilesystemInterface { |
public: |
- // Opens a file. Returns an open StreamInterface if function succeeds. |
- // Otherwise, returns null. |
- virtual FileStream *OpenFile(const Pathname &filename, |
- const std::string &mode); |
- |
// This will attempt to delete the path located at filename. |
// If the path points to a folder, it will fail with VERIFY |
virtual bool DeleteFile(const Pathname &filename); |