mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Remove unreachable code.
This commit is contained in:
@@ -257,6 +257,4 @@ func (f *FakeEtcdClient) Watch(prefix string, waitIndex uint64, recursive bool,
|
||||
case err := <-injectedError:
|
||||
return nil, err
|
||||
}
|
||||
// Never get here.
|
||||
return nil, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user