Skip to content

Commit

Permalink
removed unreferenced stack variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AlSch092 authored May 29, 2024
1 parent ef185ff commit 04e18be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions API/API.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ Error API::LaunchDefenses(AntiCheat* AC) //currently in the process to split the
if (AC == NULL)
return Error::NULL_MEMORY_REFERENCE;

ULONG_PTR ImageBase = (ULONG_PTR)GetModuleHandle(NULL);

Error errorCode = Error::OK;

if (AC->GetBarrier()->DeployBarrier() == Error::OK) //activate all techniques to stop cheaters
Expand Down

0 comments on commit 04e18be

Please sign in to comment.