
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 7 Nov 2010 21:27:50 +0100 Jürgen Hunold <juergen.hunold@ivembh.de> wrote:
Hi !
On Sunday, 7. November 2010 20:51:11 admin@thefireflyproject.us wrote:
Modified: trunk/tools/build/v2/engine/src/modules/order.c =========================================================================== === --- trunk/tools/build/v2/engine/src/modules/order.c (original) +++ trunk/tools/build/v2/engine/src/modules/order.c 2010-11-07 14:51:05 EST (Sun, 07 Nov 2010) @@ -50,8 +50,8 @@
if (colors[adjacent_vertex] == white) do_ts(graph, adjacent_vertex, colors, result_ptr); - else if (colors[adjacent_vertex] == gray) - ; /* This is loop. Not sure what to do... */ + //else if (colors[adjacent_vertex] == gray) + //; /* This is loop. Not sure what to do... */ } colors[current_vertex] = black; **result_ptr = current_vertex;
Are you sure that you really wanted to commit this ?
Yours,
Jürgen
It's dead code. I'm sure it doesn't matter if I remove it or not. - -- Bryce Lelbach aka wash http://groups.google.com/group/ariel_devel -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkzXD5gACgkQO/fqqIuE2t4UrwCdHBUXHdbUkSvfKvTJfTd5aUI3 /rcAoODScBlj8VlaAZEuFxVNG3drLUEZ =27FZ -----END PGP SIGNATURE-----