Remove not-used field in smart_status

Bug: 292304818
Test: m nothing
Change-Id: Icd05ee3af49063a01447fef9e9c3daf705f0cc4b
This commit is contained in:
Jeongik Cha
2023-11-30 08:58:26 +09:00
parent 3622b3464b
commit adbdbc33f8

View File

@@ -31,9 +31,8 @@ import (
const tableHeightEnVar = "SOONG_UI_TABLE_HEIGHT" const tableHeightEnVar = "SOONG_UI_TABLE_HEIGHT"
type actionTableEntry struct { type actionTableEntry struct {
action *status.Action action *status.Action
startTime time.Time startTime time.Time
estimatedEndTime time.Time
} }
type smartStatusOutput struct { type smartStatusOutput struct {