tests: remove duplicate file_exists() definition

parent 23c8a516
......@@ -47,13 +47,6 @@
static const char *lsm_config_key = NULL;
static const char *lsm_label = NULL;
bool file_exists(const char *f)
{
struct stat statbuf;
return stat(f, &statbuf) == 0;
}
static void test_lsm_detect(void)
{
if (lsm_enabled()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment