ソースを参照

Remove unused gpudemod phaseStatus helper

master
Jan Svabenik 2日前
コミット
c8c44a7350
2個のファイルの変更0行の追加2行の削除
  1. +0
    -1
      internal/demod/gpudemod/gpudemod.go
  2. +0
    -1
      internal/demod/gpudemod/gpudemod_windows.go

+ 0
- 1
internal/demod/gpudemod/gpudemod.go ファイルの表示

@@ -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 ファイルの表示

@@ -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 }



読み込み中…
キャンセル
保存