Sfoglia il codice sorgente

Remove unused gpudemod phaseStatus helper

master
Jan Svabenik 2 giorni fa
parent
commit
c8c44a7350
2 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. +0
    -1
      internal/demod/gpudemod/gpudemod.go
  2. +0
    -1
      internal/demod/gpudemod/gpudemod_windows.go

+ 0
- 1
internal/demod/gpudemod/gpudemod.go Vedi File

@@ -181,7 +181,6 @@ func (e *Engine) SetFIR(taps []float32) {
}
}

func phaseStatus() string { return "phase1c-validated-shift" }
func (e *Engine) LastShiftUsedGPU() bool { return e != nil && e.lastShiftUsedGPU }
func (e *Engine) LastDemodUsedGPU() bool { return e != nil && e.lastDemodUsedGPU }



+ 0
- 1
internal/demod/gpudemod/gpudemod_windows.go Vedi File

@@ -249,7 +249,6 @@ func (e *Engine) SetFIR(taps []float32) {
}
}

func phaseStatus() string { return "phase1c-validated-shift" }
func (e *Engine) LastShiftUsedGPU() bool { return e != nil && e.lastShiftUsedGPU }
func (e *Engine) LastDemodUsedGPU() bool { return e != nil && e.lastDemodUsedGPU }



Loading…
Annulla
Salva