remove errant comment

This commit is contained in:
Jon Perritt 2015-01-08 10:48:00 -07:00
parent 23d425072c
commit d7560de2dd
1 changed files with 0 additions and 1 deletions

View File

@ -249,7 +249,6 @@ func resourceComputeInstanceUpdate(d *schema.ResourceData, meta interface{}) err
osClient := config.computeV2Client
var updateOpts servers.UpdateOpts
// If the Metadata has changed, then update that.
if d.HasChange("name") {
updateOpts.Name = d.Get("name").(string)
}