From: Simon Marchi Date: Tue, 23 May 2023 14:30:19 +0000 (-0400) Subject: tests: remove unused forward declaration X-Git-Url: https://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=e85092df7ea4576de4ac5f4d93da3dc390f1cef8 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 --- 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 */