From e94fecfcf3a8607771a6adf38f3ba0a686ddd683 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 30 Oct 2018 14:15:27 +0100 Subject: [PATCH] Clean-up: remove non-existent function's declaration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/rotate.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/lttng-sessiond/rotate.h b/src/bin/lttng-sessiond/rotate.h index c7986c815..9fa58a709 100644 --- a/src/bin/lttng-sessiond/rotate.h +++ b/src/bin/lttng-sessiond/rotate.h @@ -22,7 +22,6 @@ #include "rotation-thread.h" #include -int rotate_add_pending_rotation(struct ltt_session *session, uint64_t chunk_id); int rename_completed_chunk(struct ltt_session *session, time_t ts); /* -- 2.34.1