Remove unused variables

This commit is contained in:
Michael Haas 2015-08-16 13:35:28 +02:00
parent df0ec66409
commit 8116a43135

View file

@ -88,8 +88,6 @@ void fs_private_etc_list(void) {
char *private_list = cfg.etc_private_keep;
assert(private_list);
uid_t u = getuid();
gid_t g = getgid();
struct stat s;
if (stat("/etc", &s) == -1) {
fprintf(stderr, "Error: cannot find user /etc directory\n");