silence compiler warnings
Signed-off-by: Serge Hallyn <shallyn@cisco.com>
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
|
||||
static bool path_exists(const char *p)
|
||||
{
|
||||
int ret;
|
||||
struct stat sb;
|
||||
|
||||
return stat(p, &sb) == 0;
|
||||
|
Reference in New Issue
Block a user