Skip to content
Snippets Groups Projects
Commit 0d36ae75 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

useless commit

parent 1a8bf684
No related branches found
No related tags found
No related merge requests found
......@@ -261,11 +261,6 @@ int graph_sort(graph_t *g)
visit c[color] ;
for (unsigned int i = 0 ; i < color; i++) c[i] = WHITE ;
if (!len) return 0 ;
/* if (!stack_init(&g->stack,color))
{
VERBO3 strerr_warnwu1x("iniate stack") ;
return 0;
}*/
for (unsigned int i = 0 ; i < len ; i++)
if (c[i] == WHITE && dfs(g,i,&g->stack,c))
return -1 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment