From d2a811eef2dba4c0b331562269019189aeefb7f1 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 11 Jun 2018 23:29:09 -0700 Subject: [PATCH] fix compilation --- weed/filesys/dir.go | 1 - 1 file changed, 1 deletion(-) diff --git a/weed/filesys/dir.go b/weed/filesys/dir.go index b48226979..d2de215fc 100644 --- a/weed/filesys/dir.go +++ b/weed/filesys/dir.go @@ -10,7 +10,6 @@ import ( "github.com/chrislusf/seaweedfs/weed/pb/filer_pb" "path/filepath" "time" - "github.com/chrislusf/seaweedfs/weed/filer2" ) type Dir struct {