removed useless debug info
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 11 Jul 2005 10:44:52 +0000 (10:44 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 11 Jul 2005 10:44:52 +0000 (10:44 +0000)
[r6219]

ir/ir/irdumptxt.c

index e41a150..cd5c74e 100644 (file)
@@ -1088,7 +1088,6 @@ void dump_type_to_file (FILE *F, type *tp, dump_verbosity verbosity) {
   fprintf(F, "  alignment:  %2d Bits,\n",  get_type_alignment_bits(tp));
   if (is_atomic_type(tp) || is_Method_type(tp))
     fprintf(F, "  mode:       %s,\n",  get_mode_name(get_type_mode(tp)));
-  fprintf(F, "  dbg info:   %p,\n",  (void *)get_type_dbg_info(tp));
 
   if (get_trouts_state()) {
     fprintf(F, "\n  Type outs:\n");