X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fgraph%2Fgraph.h;h=3dc5e1e730131da2407a0eccc99fe857cfc564a7;hb=4abd55bd16ba510a244f2794042ec5b3d1569c5b;hp=f1b39475322acb642539c1bcca629e96c67758c4;hpb=29e191fceb6167bc486c8a492ec7652670de8355;p=babeltrace.git diff --git a/src/lib/graph/graph.h b/src/lib/graph/graph.h index f1b39475..3dc5e1e7 100644 --- a/src/lib/graph/graph.h +++ b/src/lib/graph/graph.h @@ -34,14 +34,6 @@ # 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;