]> Cypherpunks repositories - gostls13.git/commitdiff
go/types: remove _ imports that are not needed anymore
authorRobert Griesemer <gri@golang.org>
Thu, 14 May 2015 18:36:19 +0000 (11:36 -0700)
committerRobert Griesemer <gri@golang.org>
Thu, 14 May 2015 18:39:46 +0000 (18:39 +0000)
Change-Id: I392b0a0083d6bea80a65f9eef46dd06b02a70e1b
Reviewed-on: https://go-review.googlesource.com/10082
Reviewed-by: Alan Donovan <adonovan@google.com>
src/go/types/eval_test.go
src/go/types/self_test.go

index bc27a8bb23bc659b1021317a585a2b1b67eff998..36e1cb954e493ca3253a87763f87fe26d3301700 100644 (file)
@@ -14,7 +14,6 @@ import (
        "strings"
        "testing"
 
-       _ "go/internal/gcimporter"
        . "go/types"
 )
 
index e52c5afdc896626589089ca50de907840c056bed..4ff4e4d4a8cab21803210d369f4b9e3db9a68181 100644 (file)
@@ -15,7 +15,6 @@ import (
        "testing"
        "time"
 
-       _ "go/internal/gcimporter"
        . "go/types"
 )