tests: remove unused forward declaration
[babeltrace.git] / tests / utils / common.h
1 /*
2 * SPDX-License-Identifier: GPL-2.0-only
3 *
4 * Copyright (C) 2012 Yannick Brosseau <yannick.brosseau@gmail.com>
5 * Copyright (C) 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
6 *
7 * Lib BabelTrace - Common function to all tests
8 */
9
10 #ifndef _TESTS_COMMON_H
11 #define _TESTS_COMMON_H
12
13 void recursive_rmdir(const char *path);
14
15 #endif /* _TESTS_COMMON_H */
This page took 0.042666 seconds and 4 git commands to generate.