From 38d3411f800d798c0879e735e50d607f8ca5262b Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 30 Sep 2013 09:35:58 -0700 Subject: [PATCH] builder/amazon/chroot: remove unused comment --- builder/amazon/chroot/communicator.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/builder/amazon/chroot/communicator.go b/builder/amazon/chroot/communicator.go index 2540605b7..0cd636bf7 100644 --- a/builder/amazon/chroot/communicator.go +++ b/builder/amazon/chroot/communicator.go @@ -1,7 +1,5 @@ package chroot -// pf := func () { somefunc("a str", 1) } - import ( "fmt" "github.com/mitchellh/packer/packer"