Clean-up: ust-consumerd: remove stub of removed function
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.hpp
index 6fc0dedcb6a2183d87d32faaf370b55ea96e4497..1996a5b51572a137f13c8806db9ead70f949a4cb 100644 (file)
@@ -27,7 +27,6 @@ int lttng_ustconsumer_get_consumed_snapshot(
 int lttng_ustconsumer_recv_cmd(struct lttng_consumer_local_data *ctx,
                int sock, struct pollfd *consumer_sockpoll);
 
-extern int lttng_ustconsumer_allocate_channel(struct lttng_consumer_channel *chan);
 extern void lttng_ustconsumer_del_channel(struct lttng_consumer_channel *chan);
 extern void lttng_ustconsumer_free_channel(struct lttng_consumer_channel *chan);
 extern int lttng_ustconsumer_add_stream(struct lttng_consumer_stream *stream);
@@ -125,13 +124,6 @@ int lttng_ustconsumer_recv_cmd(
        return -ENOSYS;
 }
 
-static inline
-int lttng_ustconsumer_allocate_channel(
-               struct lttng_consumer_channel *chan __attribute__((unused)))
-{
-       return -ENOSYS;
-}
-
 static inline
 void lttng_ustconsumer_del_channel(
                struct lttng_consumer_channel *chan __attribute__((unused)))
This page took 0.022615 seconds and 4 git commands to generate.