Skip to content

Commit 9821fd8

Browse files
committed
Remove unreachable code
Signed-off-by: Prasad Ghangal <[email protected]>
1 parent 91c42e3 commit 9821fd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/hostpath/snapshotmetadataserver.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ func (hp *hostPath) GetMetadataAllocated(req *csi.GetMetadataAllocatedRequest, s
7979
return nil
8080
}
8181
}
82-
return nil
8382
}
8483

8584
func (hp *hostPath) GetMetadataDelta(req *csi.GetMetadataDeltaRequest, stream csi.SnapshotMetadata_GetMetadataDeltaServer) error {
@@ -150,5 +149,4 @@ func (hp *hostPath) GetMetadataDelta(req *csi.GetMetadataDeltaRequest, stream cs
150149
return nil
151150
}
152151
}
153-
return nil
154152
}

0 commit comments

Comments
 (0)