Commit 486c7e4a authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

builder/digitalocean: remove unused things

parent d9c48e82
...@@ -12,7 +12,6 @@ import ( ...@@ -12,7 +12,6 @@ import (
"github.com/mitchellh/packer/helper/config" "github.com/mitchellh/packer/helper/config"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
"github.com/mitchellh/packer/template/interpolate" "github.com/mitchellh/packer/template/interpolate"
//"github.com/digitalocean/godo"
) )
type Config struct { type Config struct {
...@@ -20,8 +19,6 @@ type Config struct { ...@@ -20,8 +19,6 @@ type Config struct {
APIToken string `mapstructure:"api_token"` APIToken string `mapstructure:"api_token"`
// OLD STUFF
Region string `mapstructure:"region"` Region string `mapstructure:"region"`
Size string `mapstructure:"size"` Size string `mapstructure:"size"`
Image string `mapstructure:"image"` Image string `mapstructure:"image"`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment