aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi/dashapi.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-02-14 10:36:24 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-02-14 10:36:24 +0100
commit76dd003f1b102b791d8b342a1f92a6486ff56a1e (patch)
treee93f9d558cb5b2c42c1fa26d2ebb9de12efb9bd2 /dashboard/dashapi/dashapi.go
parent6a46f448c4905df99931e36fe969ee3b399fb22a (diff)
dashboard/dashapi: remove unused type
Stray change in the previous commit. This unbreaks CI build.
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
-rw-r--r--dashboard/dashapi/dashapi.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go
index 9c95e98e5..bec406d78 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -161,11 +161,6 @@ func (dash *Dashboard) ReportBuildError(req *BuildErrorReq) error {
return dash.Query("report_build_error", req, nil)
}
-type CommitPollReq struct {
- Managers []string
-}
-
-
// Crash describes a single kernel crash (potentially with repro).
type Crash struct {
BuildID string // refers to Build.ID