Remove unused errors

This commit is contained in:
Andrei Mackenzie 2018-11-03 19:27:55 -04:00
parent 1d54cf5f18
commit cc573a74dc
1 changed files with 0 additions and 2 deletions

View File

@ -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 {