From fa4b687b63d229c7711c146896b0faa116284ede Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Fri, 13 Nov 2015 14:52:33 +0100 Subject: analyze: do not draw ConflictedBy dependencies in dot graph We already draw Conflicts. I see no reason for having every red line in the graph duplicated in the opposite direction. --- src/analyze/analyze.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/analyze') diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index 1fc7c9581b..e922d6fb32 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -1085,9 +1085,6 @@ static int graph_one(sd_bus *bus, const UnitInfo *u, char *patterns[], char *fro r = graph_one_property(bus, u, "Conflicts", "red", patterns, from_patterns, to_patterns); if (r < 0) return r; - r = graph_one_property(bus, u, "ConflictedBy", "red", patterns, from_patterns, to_patterns); - if (r < 0) - return r; } return 0; -- cgit v1.2.3-54-g00ecf