From: Mathieu Desnoyers Date: Thu, 27 Oct 2011 12:31:01 +0000 (+0200) Subject: Remove duplicate prototype declaration X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=7d98296936e6db0d1d8ab2cfffca3ca2d17261a3;p=ust.git Remove duplicate prototype declaration Signed-off-by: Mathieu Desnoyers --- 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);