1
0
mirror of https://github.com/golang/go synced 2024-09-30 20:28:32 -06:00

go/ssa/interp: remove unused import

Updates golang/go#34089

Change-Id: Ic7cc45803a31394241c7fa33092ec566dbf296ca
Reviewed-on: https://go-review.googlesource.com/c/tools/+/220959
Run-TryBot: Jay Conrod <jayconrod@google.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Jay Conrod 2020-02-25 15:29:03 -05:00
parent 12e620e8d6
commit ee3f11463c

View File

@ -23,7 +23,6 @@ import (
"log"
"os"
"path/filepath"
"runtime"
"strings"
"testing"
"time"