Remove obsolete TODO.

We don't need to model internal interfaces after the system
call interfaces (which are objectively worse and simply use a
flag to distinguish between two logically different operations).

PiperOrigin-RevId: 249916814
Change-Id: I45d02e0ec0be66b782a685b1f305ea027694cab9
This commit is contained in:
Adin Scannell
2019-05-24 16:18:09 -07:00
committed by Shentubot
parent 6cdec6fadf
commit ed5793808e
-3
View File
@@ -117,9 +117,6 @@ type InodeOperations interface {
// Remove removes the given named non-directory under dir.
//
// The caller must ensure that this operation is permitted.
//
// TODO(b/67778723): merge Remove and RemoveDirectory, Remove
// just needs a type flag.
Remove(ctx context.Context, dir *Inode, name string) error
// RemoveDirectory removes the given named directory under dir.