aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard')
-rw-r--r--dashboard/app/jobs.go1
-rw-r--r--dashboard/dashapi/dashapi.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/dashboard/app/jobs.go b/dashboard/app/jobs.go
index 6cbd4bfc8..2567cb30e 100644
--- a/dashboard/app/jobs.go
+++ b/dashboard/app/jobs.go
@@ -822,7 +822,6 @@ func createJobResp(c context.Context, job *Job, jobKey *db.Key) (*dashapi.JobPol
MergeBaseBranch: job.MergeBaseBranch,
KernelCommit: build.KernelCommit,
KernelCommitTitle: build.KernelCommitTitle,
- KernelCommitDate: build.KernelCommitDate,
KernelConfig: kernelConfig,
SyzkallerCommit: build.SyzkallerCommit,
Patch: patch,
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go
index 00d7a9182..af4b89e32 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -185,7 +185,6 @@ type JobPollResp struct {
MergeBaseBranch string
KernelCommit string
KernelCommitTitle string
- KernelCommitDate time.Time
KernelConfig []byte
SyzkallerCommit string
Patch []byte