From 1aa8233c5773e5d7ac12e37ad43562fd2391fbcc Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Sat, 11 Jun 2005 17:08:00 +0000 Subject: [PATCH] - removed unused maxparasize and maxlocalsize git-svn-id: trunk@384 - --- compiler/globals.pas | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/globals.pas b/compiler/globals.pas index 37fef4ab18..f0e4342db5 100644 --- a/compiler/globals.pas +++ b/compiler/globals.pas @@ -68,10 +68,6 @@ interface [m_mac,m_all,m_result,m_cvar_support,m_tp_procvar]; - { maximum number of locals in bytes before warning is emitted } - maxlocalsize = high(smallint); - { maximum number of paras in bytes before warning is emitted } - maxparasize = high(word); { maximum nesting of routines } maxnesting = 32;