mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-29 16:14:43 +00:00
Removed some unused variables. There's more to be done.
This commit is contained in:
@@ -886,11 +886,10 @@ int num_matches(const char *mask, const char *text)
|
||||
int is_safepath(const char *path, int filemustexist)
|
||||
{
|
||||
struct stat st;
|
||||
ino_t ino;
|
||||
char tmp[PATH_MAX];
|
||||
const char *src;
|
||||
char *dst;
|
||||
int r,mo,dir_r,orr,oerrno;
|
||||
int mo,dir_r,orr,oerrno;
|
||||
|
||||
#ifdef TEST
|
||||
memset(&st,0,sizeof(st));
|
||||
|
||||
Reference in New Issue
Block a user