Remove duplicate prototype declaration
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 27 Oct 2011 12:31:01 +0000 (14:31 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 27 Oct 2011 12:31:01 +0000 (14:31 +0200)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/ust/lttng-ust-ctl.h

index 99478b946cd4276cd4b9f7b5006569b5344a7f1f..ef5aa6788391fe16bc3f6b57312b152ff90f13a4 100644 (file)
@@ -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);
This page took 0.033006 seconds and 4 git commands to generate.