Skip to content

Commit 6e4c23b

Browse files
committed
Remove unused comment
1 parent b4ff384 commit 6e4c23b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/gomobile/bind_iosapp.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ func buildTargetArch(t targetInfo, gobindCommandPath string, pkgs []*packages.Pa
204204
}
205205
}
206206

207-
// staticLibPath, err := goAppleBindArchive(name+"-"+t.platform+"-"+t.arch, env, outSrcDir)
208207
staticLibPath, err := goAppleBindArchive(name+"-"+t.platform+"-"+t.arch, env, outSrcDir)
209208
if err != nil {
210209
return fmt.Errorf("%s/%s: %v", t.platform, t.arch, err), nil

0 commit comments

Comments
 (0)