Browse Source

- removed unused variables

Jonas Maebe 20 years ago
parent
commit
6578fb25bb
2 changed files with 8 additions and 6 deletions
  1. 4 3
      compiler/cclasses.pas
  2. 4 3
      compiler/node.pas

+ 4 - 3
compiler/cclasses.pas

@@ -1827,8 +1827,6 @@ end;
 
 
     function Tdictionary.search(const s:string):TNamedIndexItem;
     function Tdictionary.search(const s:string):TNamedIndexItem;
 
 
-    var t:string;
-
     begin
     begin
       search:=speedsearch(s,getspeedvalue(s));
       search:=speedsearch(s,getspeedvalue(s));
     end;
     end;
@@ -2366,7 +2364,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.43  2005-03-04 16:49:22  peter
+  Revision 1.44  2005-03-25 23:03:04  jonas
+    - removed unused variables
+
+  Revision 1.43  2005/03/04 16:49:22  peter
     * getheapstatus fixes
     * getheapstatus fixes
 
 
   Revision 1.42  2005/02/28 15:38:38  marco
   Revision 1.42  2005/02/28 15:38:38  marco

+ 4 - 3
compiler/node.pas

@@ -465,8 +465,6 @@ implementation
 
 
 
 
     function nodeppuidxget(i:longint):tnode;
     function nodeppuidxget(i:longint):tnode;
-      var
-        l : longint;
       begin
       begin
         if i<0 then
         if i<0 then
           internalerror(200311072);
           internalerror(200311072);
@@ -1128,7 +1126,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.97  2005-03-05 16:17:30  jonas
+  Revision 1.98  2005-03-25 23:03:04  jonas
+    - removed unused variables
+
+  Revision 1.97  2005/03/05 16:17:30  jonas
     * fixed printnodelist indentation
     * fixed printnodelist indentation
 
 
   Revision 1.96  2005/02/14 17:13:06  peter
   Revision 1.96  2005/02/14 17:13:06  peter