remove logically dead code

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2017-12-09 19:32:03 +01:00
parent 62de1db6ef
commit 6a0019fa97
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -656,9 +656,6 @@ static bool am_single_threaded(void)
} }
while ((direntp = readdir(dir))) { while ((direntp = readdir(dir))) {
if (!direntp)
break;
if (!strcmp(direntp->d_name, ".")) if (!strcmp(direntp->d_name, "."))
continue; continue;