backend/local: Remove unused const DefaultDataDir.

Not to be confused with the const of the same name in the "command"
package.
This commit is contained in:
Florian Forster 2017-09-12 08:20:07 +02:00
parent fe4cfd03b5
commit ce85600cd4
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ const (
DefaultWorkspaceDir = "terraform.tfstate.d"
DefaultWorkspaceFile = "environment"
DefaultStateFilename = "terraform.tfstate"
DefaultDataDir = ".terraform"
DefaultBackupExtension = ".backup"
)