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

Commit

Permalink
remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
Jingtao Ren committed Jan 25, 2018
1 parent 1276eb8 commit 5b030c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/util/azureutil/absfactory/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ import (
"k8s.io/client-go/kubernetes"
)

const (
tmpdir = "/tmp"
)

// ABSClient is a wrapper of ABS client that provides cleanup functionality.
type ABSClient struct {
ABS *storage.BlobStorageClient
Expand Down

0 comments on commit 5b030c7

Please sign in to comment.