Index: webrtc/base/win32filesystem.h |
diff --git a/webrtc/base/win32filesystem.h b/webrtc/base/win32filesystem.h |
index 1a52d62fe61aabc72aea73e54d4a11eac0cf8a74..566cbaff9fb17618278fafec8c5f9d576a3a28bb 100644 |
--- a/webrtc/base/win32filesystem.h |
+++ b/webrtc/base/win32filesystem.h |
@@ -51,9 +51,6 @@ class Win32Filesystem : public FilesystemInterface { |
const std::string& prefix) override; |
bool GetFileSize(const Pathname& path, size_t* size) override; |
- bool GetFileTime(const Pathname& path, |
- FileTimeType which, |
- time_t* time) override; |
// A folder appropriate for storing temporary files (Contents are |
// automatically deleted when the program exists) |