From 6baf50c6d438892c415b4f1eded8931316236534 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Tue, 17 Mar 2015 16:37:48 +1100 Subject: [PATCH] Removed an out of date TODO. --- samples/memfs/memfs_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/memfs/memfs_test.go b/samples/memfs/memfs_test.go index 200b7ec..57852a3 100644 --- a/samples/memfs/memfs_test.go +++ b/samples/memfs/memfs_test.go @@ -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())