From 7c33f2336122c95fb5c53b8f32ecc4f7817fbe2e Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 22 Feb 2014 10:40:12 -0800 Subject: [PATCH] Thou shalt not use more than 4k local variables in this code. --- src/stdlib/SDL_stdlib.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/stdlib/SDL_stdlib.c b/src/stdlib/SDL_stdlib.c index 1eb9a12dd13c6..7c2e0d57ab64e 100644 --- a/src/stdlib/SDL_stdlib.c +++ b/src/stdlib/SDL_stdlib.c @@ -278,12 +278,6 @@ void * memcpy ( void * destination, const void * source, size_t num ) #ifdef _M_IX86 -void -__declspec(naked) -_chkstk() -{ -} - /* Float to long */ void __declspec(naked)