We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae59b13 commit 5599b7aCopy full SHA for 5599b7a
1 file changed
internal/daemon/fake_test.go
@@ -94,17 +94,6 @@ func (f *fakeExecutor) getRebooted() bool {
94
return f.rebooted
95
}
96
97
-func (f *fakeExecutor) reset() {
98
- f.mu.Lock()
99
- defer f.mu.Unlock()
100
- f.status = bootc.Status{}
101
- f.statusErr = nil
102
- f.stageErr = nil
103
- f.stageImg = ""
104
- f.stageHook = nil
105
- f.rebooted = false
106
-}
107
-
108
func newBootEntry(image, digest string) *bootc.BootEntry {
109
return &bootc.BootEntry{
110
Image: &bootc.ImageStatus{
0 commit comments