Merge pull request #3556 from prometheus/remove-obsolete-todo

Remove obsolete TODO in API code
This commit is contained in:
Conor Broderick 2017-12-07 15:54:47 +00:00 committed by GitHub
commit 08a4e0693b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ func (api *API) labelValues(r *http.Request) (interface{}, *apiError) {
}
defer q.Close()
// TODO(fabxc): add back request context.
vals, err := q.LabelValues(name)
if err != nil {
return nil, &apiError{errorExec, err}