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

Unified Diff: webrtc/rtc_base/win32filesystem.h

Issue 3012583002: Delete unused method FilesystemInterface::IsAbsent. (Closed)
Patch Set: Created 3 years, 4 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/rtc_base/unixfilesystem.cc ('k') | webrtc/rtc_base/win32filesystem.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/win32filesystem.h
diff --git a/webrtc/rtc_base/win32filesystem.h b/webrtc/rtc_base/win32filesystem.h
index 9d420331e52dbbdd428668e3c269e503fd9e799d..0fff15dfe0071c1a5d296177203791336624a9af 100644
--- a/webrtc/rtc_base/win32filesystem.h
+++ b/webrtc/rtc_base/win32filesystem.h
@@ -38,10 +38,6 @@ class Win32Filesystem : public FilesystemInterface {
// Returns true if a file exists at path
bool IsFile(const Pathname& path) override;
- // Returns true if pathname refers to no filesystem object, every parent
- // directory either exists, or is also absent.
- bool IsAbsent(const Pathname& pathname) override;
-
// All of the following functions set pathname and return true if successful.
// Returned paths always include a trailing backslash.
// If create is true, the path will be recursively created.
« no previous file with comments | « webrtc/rtc_base/unixfilesystem.cc ('k') | webrtc/rtc_base/win32filesystem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698