Merge pull request #41 from iamqizhao/master

remove a TODO which is not needed
This commit is contained in:
Qi Zhao 2015-02-18 13:56:39 -08:00
commit f760d15dfd
1 changed files with 0 additions and 2 deletions

View File

@ -99,8 +99,6 @@ type tlsCreds struct {
// GetRequestMetadata returns nil, nil since TLS credentials does not have
// metadata.
// TODO(zhaoq): Define the set of the qualified keys instead of leaving it as an
// arbitrary string.
func (c *tlsCreds) GetRequestMetadata(ctx context.Context) (map[string]string, error) {
return nil, nil
}