mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user