Remove unused code (#6065)

* Ran code cleanup from goland

* Typo

* Remove unused code

* Gazelle

* Delete comments
This commit is contained in:
terence tsao
2020-05-31 15:47:15 -07:00
committed by GitHub
parent 6e3b78b99e
commit 6e514b96fd
16 changed files with 5 additions and 177 deletions

View File

@@ -15,8 +15,6 @@ import (
"strings"
)
var fset = token.NewFileSet()
func malign(pos token.Pos, str *types.Struct) error {
wordSize := int64(8)
maxAlign := int64(8)