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

Unified Diff: webrtc/rtc_base/unixfilesystem.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/fileutils.h ('k') | webrtc/rtc_base/unixfilesystem.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/unixfilesystem.h
diff --git a/webrtc/rtc_base/unixfilesystem.h b/webrtc/rtc_base/unixfilesystem.h
index 7270b83778be7df3df2d5552f82c71cdbbdb86b1..3c157cb17142e0607e1a30d0577217df45d15264 100644
--- a/webrtc/rtc_base/unixfilesystem.h
+++ b/webrtc/rtc_base/unixfilesystem.h
@@ -46,10 +46,6 @@ class UnixFilesystem : public FilesystemInterface {
// Returns true of pathname represents an existing file
bool IsFile(const Pathname& pathname) 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;
-
std::string TempFilename(const Pathname& dir,
const std::string& prefix) override;
« no previous file with comments | « webrtc/rtc_base/fileutils.h ('k') | webrtc/rtc_base/unixfilesystem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698