| 
      
      
      From: <gi...@gp...> - 2010-11-07 18:09:31
      
     | 
| The branch, master has been updated
       via  ceacb65cc277e9b587668afebdc910ff559c4dc8 (commit)
      from  262ec1ab712879aa27a4e1b318b8128a8bf45fd4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
 Summary
=========
 src/toporouter.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
=================
 Commit Messages
=================
commit ceacb65cc277e9b587668afebdc910ff559c4dc8
Author: DJ Delorie <dj...@de...>
Commit: DJ Delorie <dj...@de...>
    Comment out code to dump toporouter surfaces.
:100644 100644 60c3853... 0ad26b5... M	src/toporouter.c
=========
 Changes
=========
commit ceacb65cc277e9b587668afebdc910ff559c4dc8
Author: DJ Delorie <dj...@de...>
Commit: DJ Delorie <dj...@de...>
    Comment out code to dump toporouter surfaces.
diff --git a/src/toporouter.c b/src/toporouter.c
index 60c3853..0ad26b5 100644
--- a/src/toporouter.c
+++ b/src/toporouter.c
@@ -2624,6 +2624,7 @@ check_cons_continuation:
   gts_surface_print_stats(l->surface, stderr);
 #endif  
   
+#if 0
   {
     char buffer[64];
     FILE *fout2;
@@ -2631,6 +2632,7 @@ check_cons_continuation:
     fout2 = fopen(buffer, "w");
     gts_surface_write(l->surface, fout2);
   }
+#endif
 
 }
 
 |