diff options
Diffstat (limited to 'internal_rewrite/in_prediction.cpp')
| -rw-r--r-- | internal_rewrite/in_prediction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal_rewrite/in_prediction.cpp b/internal_rewrite/in_prediction.cpp index c7e6f33..3123d06 100644 --- a/internal_rewrite/in_prediction.cpp +++ b/internal_rewrite/in_prediction.cpp @@ -5,7 +5,6 @@ #undef max
bool __fastcall hooks::in_prediction( void* ecx_, void* edx_ ) {
- static auto in_prediction_o = g_csgo.m_prediction->get_old_function< decltype( &hooks::in_prediction ) >( 14 );
#ifdef HEADER_MODULE
static auto ret_address = g_header.patterns.in_prediction_retaddr;
#else
|
