Merge pull request #29544 from lixiaobing10051267/masterFuncNote

Automatic merge from submit-queue

Func note is copied same as other one
pull/6/head
k8s-merge-robot 2016-07-27 21:07:03 -07:00 committed by GitHub
commit 5427e8aa02
1 changed files with 0 additions and 2 deletions

View File

@ -443,8 +443,6 @@ func (s *serviceCache) GetByKey(key string) (interface{}, bool, error) {
return nil, false, nil
}
// ListKeys implements the interface required by DeltaFIFO to list the keys we
// already know about.
func (s *serviceCache) allServices() []*cachedService {
s.mu.Lock()
defer s.mu.Unlock()