Browse Source

- removed unnecessary printnode

florian 21 years ago
parent
commit
239dd7121e
1 changed files with 4 additions and 2 deletions
  1. 4 2
      compiler/ninl.pas

+ 4 - 2
compiler/ninl.pas

@@ -2099,7 +2099,6 @@ implementation
                 result := ctypeconvnode.create_explicit(left,resulttype);
                 result := ctypeconvnode.create_explicit(left,resulttype);
               left := nil;
               left := nil;
               firstpass(result);
               firstpass(result);
-              printnode(output,result);
             end;
             end;
 
 
           in_sizeof_x:
           in_sizeof_x:
@@ -2443,7 +2442,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.147  2004-11-01 17:41:28  florian
+  Revision 1.148  2004-11-01 18:26:52  florian
+    - removed unnecessary printnode
+
+  Revision 1.147  2004/11/01 17:41:28  florian
     * fixed arm compilation with cgutils
     * fixed arm compilation with cgutils
     * ...
     * ...