builder/digitalocean: remove unused things

This commit is contained in:
Mitchell Hashimoto 2015-06-10 14:07:24 -07:00
parent d9c48e82fb
commit 486c7e4ae6
1 changed files with 0 additions and 3 deletions

View File

@ -12,7 +12,6 @@ import (
"github.com/mitchellh/packer/helper/config"
"github.com/mitchellh/packer/packer"
"github.com/mitchellh/packer/template/interpolate"
//"github.com/digitalocean/godo"
)
type Config struct {
@ -20,8 +19,6 @@ type Config struct {
APIToken string `mapstructure:"api_token"`
// OLD STUFF
Region string `mapstructure:"region"`
Size string `mapstructure:"size"`
Image string `mapstructure:"image"`