Index: webrtc/base/unixfilesystem.h |
diff --git a/webrtc/base/unixfilesystem.h b/webrtc/base/unixfilesystem.h |
index 457cbcaff6002b8f176567482f840074c2eb059f..742f4c23a389f001208cac02af5e514f5cfb0af9 100644 |
--- a/webrtc/base/unixfilesystem.h |
+++ b/webrtc/base/unixfilesystem.h |
@@ -72,9 +72,6 @@ class UnixFilesystem : public FilesystemInterface { |
const std::string* append) override; |
bool GetFileSize(const Pathname& path, size_t* size) override; |
- bool GetFileTime(const Pathname& path, |
- FileTimeType which, |
- time_t* time) override; |
private: |
#if defined(WEBRTC_ANDROID) || defined(WEBRTC_MAC) |