os: remove unused import to fix build

Change-Id: Ia8c1c77590115a5ffda144962436d489ed77a423
Reviewed-on: https://go-review.googlesource.com/18227
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Ian Lance Taylor 2016-01-04 17:21:05 -08:00
parent 58c73de7d0
commit b80ea53200
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ import (
"os"
osexec "os/exec"
"os/signal"
"runtime"
"syscall"
"testing"
)