Skip to content

Commit 5749285

Browse files
back at master
1 parent 1fd1e33 commit 5749285

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build/build.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,8 +1048,6 @@ func (s *Session) ImportResolverFor(pkg *PackageData) func(string) (*compiler.Ar
10481048
if archive, ok := s.UpToDateArchives[path]; ok {
10491049
return archive, nil
10501050
}
1051-
// TODO(gn): REMOVE: Grant waz here, this should not cause crypto to fail yet again, no changes, just a comment!!!
1052-
10531051
_, archive, err := s.buildImportPathWithSrcDir(path, pkg.Dir)
10541052
return archive, err
10551053
}

0 commit comments

Comments
 (0)