Skip to content

Commit 28078f2

Browse files
committed
filesystem: remove redundant (fs) error values
1 parent 31a5c6a commit 28078f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/filesystem/filesystem.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ const (
111111
const (
112112
Root = "."
113113

114-
ErrPath = generic.ConstError("path not valid")
115-
ErrNotFound = generic.ConstError("file not found")
116-
ErrNotOpen = generic.ConstError("file is not open")
117114
ErrIsDir = generic.ConstError("file is a directory")
118115
ErrIsNotDir = generic.ConstError("file is not a directory")
119116
)

0 commit comments

Comments
 (0)