Skip to content

Commit c522f90

Browse files
committed
Remove function which is unused and wrong
1 parent e8ccce1 commit c522f90

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/launcher/bundle/updater.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ func (u *Updater) DisableTimestampVerification() {
5858
u.timestampFilePath = ""
5959
}
6060

61-
func (u *Updater) IsTimestampVerificationEnabled() bool {
62-
return u.timestampFilePath == ""
63-
}
64-
6561
func (u *Updater) SetStatusCallback(statusCallback func(UpdaterStatus, uint64)) {
6662
u.statusCallback = statusCallback
6763
}

0 commit comments

Comments
 (0)