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

@@ -33,7 +33,6 @@ const tableHeightEnVar = "SOONG_UI_TABLE_HEIGHT"
type actionTableEntry struct {
action *status.Action
startTime time.Time
estimatedEndTime time.Time
}
type smartStatusOutput struct {