aboutsummaryrefslogtreecommitdiff
path: root/go/loader/util.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/loader/util.go')
-rw-r--r--go/loader/util.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/go/loader/util.go b/go/loader/util.go
index 7f38dd740..3a80acae6 100644
--- a/go/loader/util.go
+++ b/go/loader/util.go
@@ -27,7 +27,6 @@ var ioLimit = make(chan bool, 10)
//
// I/O is done via ctxt, which may specify a virtual file system.
// displayPath is used to transform the filenames attached to the ASTs.
-//
func parseFiles(fset *token.FileSet, ctxt *build.Context, displayPath func(string) string, dir string, files []string, mode parser.Mode) ([]*ast.File, []error) {
if displayPath == nil {
displayPath = func(path string) string { return path }