cmd/go/internal/work: remove commented-out import

Somebody wasn't using goimports. :)

Change-Id: Ibad3c0781ea70d538592b2e90d8b578e4fae8173
Reviewed-on: https://go-review.googlesource.com/c/go/+/167385
Reviewed-by: Bryan C. Mills <bcmills@google.com>
This commit is contained in:
Brad Fitzpatrick 2019-03-13 20:49:19 +00:00
parent bf94fc3ae3
commit 6aa710f723
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ import (
"go/build"
"os"
"os/exec"
//"path"
"path/filepath"
"runtime"
"strings"