Commit 13849818 authored by Robert Griesemer's avatar Robert Griesemer

go/types: remove _ imports that are not needed anymore

Change-Id: I392b0a0083d6bea80a65f9eef46dd06b02a70e1b
Reviewed-on: https://go-review.googlesource.com/10082Reviewed-by: default avatarAlan Donovan <adonovan@google.com>
parent d2130573
......@@ -14,7 +14,6 @@ import (
"strings"
"testing"
_ "go/internal/gcimporter"
. "go/types"
)
......
......@@ -15,7 +15,6 @@ import (
"testing"
"time"
_ "go/internal/gcimporter"
. "go/types"
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment