Skip to content

Commit

Permalink
Remove unused errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Jul 30, 2015
1 parent 824214e commit 66c1699
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 42 deletions.
13 changes: 0 additions & 13 deletions builder/errors.go

This file was deleted.

17 changes: 0 additions & 17 deletions debian/errors.go

This file was deleted.

4 changes: 0 additions & 4 deletions mirror/errors.go
Expand Up @@ -4,10 +4,6 @@ import (
"github.com/dropbox/godropbox/errors"
)

type BuildError struct {
errors.DropboxError
}

type UnknownType struct {
errors.DropboxError
}
4 changes: 0 additions & 4 deletions project/errors.go
Expand Up @@ -8,10 +8,6 @@ type FileError struct {
errors.DropboxError
}

type BuildError struct {
errors.DropboxError
}

type UnknownType struct {
errors.DropboxError
}
4 changes: 0 additions & 4 deletions redhat/errors.go
Expand Up @@ -4,10 +4,6 @@ import (
"github.com/dropbox/godropbox/errors"
)

type WriteError struct {
errors.DropboxError
}

type BuildError struct {
errors.DropboxError
}

0 comments on commit 66c1699

Please sign in to comment.