Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1645 from fanminshi/remove_constants
Browse files Browse the repository at this point in the history
*: remove unused constants
  • Loading branch information
fanminshi committed Nov 9, 2017
2 parents 9d485b4 + 07c4a08 commit c2ab40a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
25 changes: 0 additions & 25 deletions pkg/backup/env/env.go

This file was deleted.

2 changes: 0 additions & 2 deletions pkg/backup/util/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@
package util

const (
BackupTmpDir = "tmp"
BackupFilePerm = 0600
BackupFilenameSuffix = "etcd.backup"
)

0 comments on commit c2ab40a

Please sign in to comment.