aboutsummaryrefslogtreecommitdiff
path: root/go/internal/cgo/cgo.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/internal/cgo/cgo.go')
-rw-r--r--go/internal/cgo/cgo.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/go/internal/cgo/cgo.go b/go/internal/cgo/cgo.go
index d01fb04a6..3fce48003 100644
--- a/go/internal/cgo/cgo.go
+++ b/go/internal/cgo/cgo.go
@@ -69,7 +69,6 @@ import (
// ProcessFiles invokes the cgo preprocessor on bp.CgoFiles, parses
// the output and returns the resulting ASTs.
-//
func ProcessFiles(bp *build.Package, fset *token.FileSet, DisplayPath func(path string) string, mode parser.Mode) ([]*ast.File, error) {
tmpdir, err := ioutil.TempDir("", strings.Replace(bp.ImportPath, "/", "_", -1)+"_C")
if err != nil {