lib: remove unused _NO_SINK graph status
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 11 Apr 2019 21:09:32 +0000 (17:09 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 5 Jun 2019 17:47:34 +0000 (13:47 -0400)
commitcd6128ca5412c3b9cb40afe2580008329f612930
tree22a6e27cc82d01c61ac83c69de4c0cc9649eb2e6
parent838a5a5273dc2296b0e08d20e2e0f24183e68b5e
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.025008 seconds and 4 git commands to generate.