fs: cleanup

Change-Id: Iae3404afe5fc5cf0d83cc45e7822886bce25fe21
This commit is contained in:
Brad Fitzpatrick 2013-02-06 21:47:37 -08:00
parent 1b06c3a8c1
commit 574a338910
1 changed files with 0 additions and 5 deletions

View File

@ -17,7 +17,6 @@ limitations under the License.
package fs
import (
"bytes"
"fmt"
"io"
"log"
@ -34,10 +33,6 @@ import (
"camlistore.org/third_party/code.google.com/p/rsc/fuse"
)
var _ = fmt.Println
var _ = log.Println
var _ = bytes.NewReader
var serverStart = time.Now()
var errNotDir = fuse.Errno(syscall.ENOTDIR)