Delete or update left-over ASSERT use and comments.
BUG=webrtc:6424,webrtc:6323 Review-Url: https://codereview.webrtc.org/2647663002 Cr-Commit-Position: refs/heads/master@{#16215}
This commit is contained in:
@ -44,7 +44,7 @@ class UnixFilesystem : public FilesystemInterface {
|
||||
bool DeleteFile(const Pathname& filename) override;
|
||||
|
||||
// This will attempt to delete the folder located at 'folder'
|
||||
// It ASSERTs and returns false if you pass it a non-existant folder or a
|
||||
// It DCHECKs and returns false if you pass it a non-existant folder or a
|
||||
// plain file.
|
||||
bool DeleteEmptyFolder(const Pathname& folder) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user