Explorar o código

* remove extdebug register unused warning, it is obsolete with the ssa for registers

git-svn-id: trunk@4540 -
peter %!s(int64=19) %!d(string=hai) anos
pai
achega
84d652e3c9
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  1. 1 5
      compiler/rgobj.pas

+ 1 - 5
compiler/rgobj.pas

@@ -1492,11 +1492,7 @@ unit rgobj;
                   list.insertbefore(pdealloc,p)
                 else
                   list.concat(pdealloc);
-              end
-{$ifdef EXTDEBUG}
-            else
-              Comment(V_Warning,'Register '+std_regname(r)+' not used');
-{$endif EXTDEBUG}
+              end;
           end;
       end;