Skip to content

Commit 2da6050

Browse files
authored
Remove duplicate error judgment
1 parent 2d7fa40 commit 2da6050

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/csi-provisioner/csi-provisioner.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ func init() {
7373
if err != nil {
7474
glog.Fatalf("Failed to create client: %v", err)
7575
}
76-
if err != nil {
77-
glog.Fatalf("Failed to create client: %v", err)
78-
}
7976

8077
// The controller needs to know what the server version is because out-of-tree
8178
// provisioners aren't officially supported until 1.5

0 commit comments

Comments
 (0)