Skip to content

Commit

Permalink
Remove unnecessary RizinCPU implementation for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
DMaroo authored and XVilka committed Jul 10, 2024
1 parent f367410 commit 3f9a268
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rz-tracetest/adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -404,10 +404,6 @@ class X86TraceAdapter : public TraceAdapter {
return "x86";
}

std::string RizinCPU() const override {
return "x86";
}

int RizinBits(std::optional<std::string> mode, std::optional<uint64_t> machine) const override {
return (machine && machine.value() == frame_mach_x86_64) ? 64 : 32;
}
Expand Down

0 comments on commit 3f9a268

Please sign in to comment.