removed method skeleton

This commit is contained in:
Sam Woodard 2015-07-06 11:46:06 -07:00
parent 65952bdedd
commit d1af74e681
1 changed files with 0 additions and 4 deletions

View File

@ -157,7 +157,3 @@ func visitModelNodeRelationships(relationName string, models reflect.Value) (map
return relationship, nil return relationship, nil
} }
func handleField(field reflect.StructField) {
}