commit | 56a9e560170bc19d6928488e606fda736f3cafcb | [log] [tgz] |
---|---|---|
author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | Fri Jun 07 16:14:22 2013 -0700 |
committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | Fri Jun 07 16:14:22 2013 -0700 |
tree | d224b14b1b5ec77db9838d20a3d3f6ab16b20186 | |
parent | 7abd2032e254074c3658fc791a4fcfda0f0dcf48 [diff] |
Remove unnecessary comments
diff --git a/mapstructure.go b/mapstructure.go index ac680c5..9ef46c9 100644 --- a/mapstructure.go +++ b/mapstructure.go
@@ -164,9 +164,6 @@ return fmt.Errorf("'%s' expected a map, got '%s'", name, dataVal.Kind()) } - //dataValType := dataVal.Type() - //dataKeyType := dataValType.Key() - valType := val.Type() valKeyType := valType.Key() valElemType := valType.Elem()