From 7d98296936e6db0d1d8ab2cfffca3ca2d17261a3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 27 Oct 2011 14:31:01 +0200 Subject: [PATCH] Remove duplicate prototype declaration Signed-off-by: Mathieu Desnoyers --- include/ust/lttng-ust-ctl.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/ust/lttng-ust-ctl.h b/include/ust/lttng-ust-ctl.h index 99478b9..ef5aa67 100644 --- a/include/ust/lttng-ust-ctl.h +++ b/include/ust/lttng-ust-ctl.h @@ -92,9 +92,6 @@ void ustctl_unmap_channel(struct shm_handle *shm_handle); struct shm_handle; struct lib_ring_buffer; -void *ustctl_get_mmap_base(struct shm_handle *handle, - struct lib_ring_buffer *buf); - /* Open/close stream buffers for read */ struct lib_ring_buffer *ustctl_open_stream_read(struct shm_handle *handle, int cpu); -- 2.34.1