Delete unused private header ust-ctl-private.h
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 2 Mar 2021 17:16:41 +0000 (12:16 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 2 Mar 2021 19:47:30 +0000 (14:47 -0500)
No declarations in this header are implemented.

Change-Id: I9819f8a6b8cf95ce1265db9632443d9b7908f404
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-ctl/Makefile.am
liblttng-ust-ctl/ust-ctl-private.h [deleted file]

index f3903090f52c32f7ec4385323706ef012972ccb8..3ffd4052be79e92596269ed9da2dd9768617051c 100644 (file)
@@ -5,7 +5,7 @@ AM_CFLAGS += -fno-strict-aliasing
 
 lib_LTLIBRARIES = liblttng-ust-ctl.la
 
-liblttng_ust_ctl_la_SOURCES = ustctl.c ust-ctl-private.h
+liblttng_ust_ctl_la_SOURCES = ustctl.c
 liblttng_ust_ctl_la_LDFLAGS = \
        -version-info $(LTTNG_UST_CTL_LIBRARY_VERSION)
 
diff --git a/liblttng-ust-ctl/ust-ctl-private.h b/liblttng-ust-ctl/ust-ctl-private.h
deleted file mode 100644 (file)
index a4a6c94..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * SPDX-License-Identifier: GPL-2.0-only
- *
- * Copyright (C) 2011 Julien Desfossez <julien.desfossez@polymtl.ca>
- * Copyright (C) 2011-2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- */
-
-#ifndef _LTTNG_UST_CTL_PRIVATE_H
-#define _LTTNG_UST_CTL_PRIVATE_H
-
-#include <lttng/ust-ctl.h>
-
-/*
- * Map channel lttng_ust_shm_handle and add streams. Typically performed
- * by the application to map the objects into its memory space.
- */
-struct lttng_ust_shm_handle *
-       ustctl_map_channel(struct lttng_ust_object_data *chan_data);
-int ustctl_add_stream(struct lttng_ust_shm_handle *lttng_ust_shm_handle,
-               struct lttng_ust_object_data *stream_data);
-/*
- * Note: the lttng_ust_object_data from which the lttng_ust_shm_handle
- * is derived can only be released after unmapping the handle.
- */
-void ustctl_unmap_channel(struct lttng_ust_shm_handle *lttng_ust_shm_handle);
-
-#endif /* _LTTNG_UST_CTL_PRIVATE_H */
This page took 0.026282 seconds and 4 git commands to generate.