Remove unused codes and remove unnecessary variables

This commit is contained in:
Zoltán Papp
2025-10-13 18:25:29 +02:00
parent 582ff1ff8c
commit 9ae48a062a
6 changed files with 50 additions and 63 deletions

View File

@@ -4,7 +4,7 @@ package updatemanager
import "context"
func triggerUpdate(ctx context.Context, targetVersion string) error {
func (u *UpdateManager) triggerUpdate(ctx context.Context, targetVersion string) error {
// TODO: Implement
return nil
}