Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Jul 17, 2020
1 parent 458ab93 commit 56bce9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xmrig-override/backend/cpu/Cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class Cpu
{
public:
static ICpuInfo *info();
static rapidjson::Value toJSON(rapidjson::Document &doc);
static void release();

inline static Assembly::Id assembly(Assembly::Id hint) { return hint == Assembly::AUTO ? Cpu::info()->assembly() : hint; }
Expand Down

0 comments on commit 56bce9f

Please sign in to comment.