Skip to content

Commit

Permalink
Remove unreachable code.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictune committed Aug 14, 2014
1 parent e5e4c8a commit 7de0df0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/tools/fake_etcd_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 7de0df0

Please sign in to comment.