volumewatcher: remove spurious nil-check (#7858)
The nil-check here is left-over from an earlier approach that didn't get merged. It doesn't do anything for us now as we can't ever pass it `nil` and if we leave it in the `getVolume` call it guards will panic anyways.
Showing
+1 -1
Please register or sign in to comment