Merge pull request #901 from erictune/cleanup3

Remove unreachable code.
This commit is contained in:
Joe Beda 2014-08-14 14:27:31 -07:00
commit 9f7f46d06b

View File

@ -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
}