From c9b2f2f0607b1d6cd1a80ff822c7a16f03ac71c9 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 29 Oct 2004 20:40:06 +0000 Subject: [PATCH] took out this --- amxmodx/modules.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/amxmodx/modules.cpp b/amxmodx/modules.cpp index 4ecbbb31..fd5207e4 100755 --- a/amxmodx/modules.cpp +++ b/amxmodx/modules.cpp @@ -179,7 +179,6 @@ int load_amxscript(AMX *amx, void **program, const char *filename, char error[64 if ( (err = amx_InitJIT(amx, rt, np)) == AMX_ERR_NONE ) { - void *blk; //amx->base = (unsigned char FAR *)realloc( np, amx->code_size ); #ifndef __linux__ amx->base = new unsigned char[ amx->code_size ];