From 94c864390df94ddcc81d78753a9e6b005da6d8e3 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 10 Feb 2014 00:20:00 -0800 Subject: [PATCH] Quell GCC madness. --- amxmodx/string.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/amxmodx/string.cpp b/amxmodx/string.cpp index 3f3f3962..cab86354 100755 --- a/amxmodx/string.cpp +++ b/amxmodx/string.cpp @@ -982,7 +982,6 @@ static cell AMX_NATIVE_CALL strbreak(AMX *amx, cell *params) /* 5 param */ size_t beg = 0; char *string = get_amxstring(amx, params[1], 0, _len); - cell *left = get_amxaddr(amx, params[2]); cell *right = get_amxaddr(amx, params[4]); int LeftMax = params[3]; int RightMax = params[5];