lib: remove BT_ASSERT_COND_SUPPORTED check in graph/graph.h
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 6 Feb 2024 20:03:12 +0000 (15:03 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 8 Feb 2024 17:03:14 +0000 (12:03 -0500)
This header file no longer uses pre-condition macros.

Change-Id: I1afd3a709560221dd67100a5a0beb653f79df6a3
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11751
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/lib/graph/graph.h

index f1b39475322acb642539c1bcca629e96c67758c4..3dc5e1e730131da2407a0eccc99fe857cfc564a7 100644 (file)
 # error Please include "lib/logging.h" before including this file.
 #endif
 
-/*
- * Protection: this file uses precondition and postcondition assertion
- * macros directly.
- */
-#ifndef BT_ASSERT_COND_SUPPORTED
-# error Please include "lib/assert-cond.h" before including this file.
-#endif
-
 struct bt_component;
 struct bt_port;
 
This page took 0.024578 seconds and 4 git commands to generate.