lib: remove unused _NO_SINK graph status
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 11 Apr 2019 21:09:32 +0000 (17:09 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 13 Jun 2019 21:24:21 +0000 (17:24 -0400)
commit28273afc792bd73fe50cadb49002abcdd6120e29
tree07b42dc9eb32e3d4d0be8f796c39191e4246ec24
parente8d2391b417ae492d27f378f215cb53833084f78
lib: remove unused _NO_SINK graph status

Also:

- Add an assert to verify that there is at least a sink component in
  the graph when it's configured.
- Remove the equivalent in the Python bindings, including the test in
  test_graph.py, even though test_graph.py is not functional at the
  moment.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I8d6ce79a2c77527908f500017bb346b2c2d94c63
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1315
CI-Build: Simon Marchi <simon.marchi@efficios.com>
Tested-by: jenkins
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
bindings/python/bt2/bt2/__init__.py.in
cli/babeltrace.c
include/babeltrace/graph/graph-const.h
include/babeltrace/graph/graph-internal.h
lib/graph/graph.c
tests/bindings/python/bt2/test_graph.py
This page took 0.02601 seconds and 4 git commands to generate.