tests: remove unused forward declaration
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 23 May 2023 14:30:19 +0000 (10:30 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 23 May 2023 17:51:07 +0000 (13:51 -0400)
Change-Id: I4f5a3496e67f0db6f4c850deec58c34ba0df7c77
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10052
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
Tested-by: jenkins <jenkins@lttng.org>
tests/utils/common.h

index 41641099c30ad058a58df318e45287a5894d5e71..14d8830e65eb37b7bf16906d9543040ff63caa4f 100644 (file)
@@ -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 */
This page took 0.024597 seconds and 4 git commands to generate.