From e85092df7ea4576de4ac5f4d93da3dc390f1cef8 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 23 May 2023 10:30:19 -0400 Subject: [PATCH] tests: remove unused forward declaration Change-Id: I4f5a3496e67f0db6f4c850deec58c34ba0df7c77 Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/10052 Reviewed-by: Philippe Proulx Tested-by: jenkins --- tests/utils/common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/utils/common.h b/tests/utils/common.h index 41641099..14d8830e 100644 --- a/tests/utils/common.h +++ b/tests/utils/common.h @@ -10,8 +10,6 @@ #ifndef _TESTS_COMMON_H #define _TESTS_COMMON_H -struct bt_context; - void recursive_rmdir(const char *path); #endif /* _TESTS_COMMON_H */ -- 2.34.1