Explorar o código

- removed unused maxparasize and maxlocalsize

git-svn-id: trunk@384 -
Jonas Maebe %!s(int64=20) %!d(string=hai) anos
pai
achega
1aa8233c57
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      compiler/globals.pas

+ 0 - 4
compiler/globals.pas

@@ -68,10 +68,6 @@ interface
          [m_mac,m_all,m_result,m_cvar_support,m_tp_procvar];
          [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 }
        { maximum nesting of routines }
        maxnesting = 32;
        maxnesting = 32;