builder/amazon/chroot: remove unused import

This commit is contained in:
Mitchell Hashimoto 2013-12-06 18:32:21 -08:00
parent a380391b0e
commit 2110edb690
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
package chroot
import (
"errors"
"os"
"syscall"
)