summaryrefslogtreecommitdiffstats
path: root/src/dep_graph.c
diff options
context:
space:
mode:
authorandmarti1424 <scim.spreadsheet@gmail.com>2016-05-19 22:34:49 -0300
committerandmarti1424 <scim.spreadsheet@gmail.com>2016-05-19 22:34:49 -0300
commite0266aa02ec2d28ff367c8f79b5afcc5ddb6f87a (patch)
treec0e9e4c5e17a0eeab2a60e7de7dd199e9e300922 /src/dep_graph.c
parent31efd371c3bc137d6642bdb10823a37dc2e07bbd (diff)
syncrefs calls
Diffstat (limited to 'src/dep_graph.c')
-rwxr-xr-x[-rw-r--r--]src/dep_graph.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dep_graph.c b/src/dep_graph.c
index 8e4f5c0..3f92b5a 100644..100755
--- a/src/dep_graph.c
+++ b/src/dep_graph.c
@@ -422,7 +422,6 @@ int dep_size = 0;
void ents_that_depends_on (struct ent * ent) {
if (graph == NULL) return;
vertexT * v = getVertex(graph, ent, 0);
- //if (v->visited) return;
if (v == NULL || v->visited) return;
struct edgeTag * edges = v->back_edges;