Skip to content

Commit

Permalink
Track removal of RX/Loki
Browse files Browse the repository at this point in the history
  • Loading branch information
Spudz76 committed Oct 25, 2020
1 parent 23fb9fb commit 4fa4181
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/3rdparty/moneroocean/PerfChk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ double PerfChk::get_algo_perf(Algorithm::Id algo) const {
case Algorithm::AR2_WRKZ: return m_perfchk_algo_perf[PerfChkAlgo::AR2_WRKZ];
case Algorithm::ASTROBWT_DERO: return m_perfchk_algo_perf[PerfChkAlgo::ASTROBWT_DERO];
case Algorithm::RX_0: return m_perfchk_algo_perf[PerfChkAlgo::RX_0];
case Algorithm::RX_LOKI: return m_perfchk_algo_perf[PerfChkAlgo::RX_0];
case Algorithm::RX_SFX: return m_perfchk_algo_perf[PerfChkAlgo::RX_0];
case Algorithm::RX_WOW: return m_perfchk_algo_perf[PerfChkAlgo::RX_WOW];
case Algorithm::RX_ARQ: return m_perfchk_algo_perf[PerfChkAlgo::RX_ARQ];
Expand Down

0 comments on commit 4fa4181

Please sign in to comment.