Skip to content

Commit

Permalink
WOW64: Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bylaws committed Jan 6, 2025
1 parent 429ff94 commit c00cef6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Windows/WOW64/Module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ bool IsDispatcherAddress(uint64_t Address) {
}

bool IsAddressInJit(uint64_t Address) {
const auto& Config = SignalDelegator->GetConfig();
if (IsDispatcherAddress(Address)) {
return true;
}
Expand Down

0 comments on commit c00cef6

Please sign in to comment.