X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fport-internal.h;h=57f817ee5f5cc2008a3162f2a2c1599b087143fb;hb=5c5632787fc9cafa602c89a28966bcfd01ec0204;hp=43d23dd68c64ff550a03e0d342c2c67187aa1f9a;hpb=ab0d387b552819367102a7a5f7340aa4e7530a4f;p=babeltrace.git diff --git a/include/babeltrace/graph/port-internal.h b/include/babeltrace/graph/port-internal.h index 43d23dd6..57f817ee 100644 --- a/include/babeltrace/graph/port-internal.h +++ b/include/babeltrace/graph/port-internal.h @@ -1,5 +1,5 @@ -#ifndef BABELTRACE_COMPONENT_PORT_INTERNAL_H -#define BABELTRACE_COMPONENT_PORT_INTERNAL_H +#ifndef BABELTRACE_GRAPH_PORT_INTERNAL_H +#define BABELTRACE_GRAPH_PORT_INTERNAL_H /* * BabelTrace - Babeltrace Component Port @@ -37,13 +37,6 @@ struct bt_port { void *user_data; }; -static inline -struct bt_port *bt_port_from_private( - struct bt_private_port *private_port) -{ - return (void *) private_port; -} - static inline struct bt_private_port *bt_private_port_from_port( struct bt_port *port) @@ -74,4 +67,4 @@ const char *bt_port_type_string(enum bt_port_type port_type) } } -#endif /* BABELTRACE_COMPONENT_PORT_INTERNAL_H */ +#endif /* BABELTRACE_GRAPH_PORT_INTERNAL_H */