Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: webrtc/base/unixfilesystem.h

Issue 2926713007: Delete unused method FilesystemInterface::GetFileTime. (Closed)
Patch Set: Rebased. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/fileutils.h ('k') | webrtc/base/unixfilesystem.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « webrtc/base/fileutils.h ('k') | webrtc/base/unixfilesystem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698