lib: remove BT_ASSERT_COND_SUPPORTED check in graph/graph.h
[babeltrace.git] / 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.025627 seconds and 4 git commands to generate.