remove unused tabler interface

This commit is contained in:
Nikola Kovacs 2015-10-01 10:25:02 +02:00
parent 8a2b73723d
commit c691b33ce5
1 changed files with 0 additions and 5 deletions

View File

@ -123,11 +123,6 @@ func (scope *Scope) GetModelStruct() *ModelStruct {
return &modelStruct
}
// Set tablename
type tabler interface {
TableName() string
}
if tabler, ok := reflect.New(scopeType).Interface().(interface {
TableName() string
}); ok {