diff --git a/builder/amazon/ebs/hook.go b/builder/amazon/ebs/hook.go deleted file mode 100644 index b33bfe86a..000000000 --- a/builder/amazon/ebs/hook.go +++ /dev/null @@ -1,4 +0,0 @@ -package ebs - -// This hook is fired prior to launching the EC2 instance. -const HookPreLaunch = "amazonebs_pre_launch"