Skip to content

Commit

Permalink
Remove unused errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-m committed Nov 3, 2018
1 parent 1d54cf5 commit cc573a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions database/redshift/redshift.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ var DefaultMigrationsTable = "schema_migrations"
var (
ErrNilConfig = fmt.Errorf("no config")
ErrNoDatabaseName = fmt.Errorf("no database name")
ErrNoSchema = fmt.Errorf("no schema")
ErrDatabaseDirty = fmt.Errorf("database is dirty")
)

type Config struct {
Expand Down

0 comments on commit cc573a7

Please sign in to comment.