Removed an out of date TODO.

geesefs-0-30-9
Aaron Jacobs 2015-03-17 16:37:48 +11:00
parent e85990c143
commit 6baf50c6d4
1 changed files with 0 additions and 2 deletions

View File

@ -113,8 +113,6 @@ func (t *MemFSTest) SetUp(ti *TestInfo) {
// Mount a file system.
fs := memfs.NewMemFS(currentUid(), currentGid(), &t.clock)
// TODO(jacobsa): Add a default_permissions field to the config and use it
// here.
t.mfs, err = fuse.Mount(mountPoint, fs, &fuse.MountConfig{})
if err != nil {
panic("Mount: " + err.Error())