remove a TODO which is not needed

This commit is contained in:
iamqizhao
2015-02-18 13:54:39 -08:00
parent 241a61900a
commit 1ebe2fc5be

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
}