2
0
mirror of git://github.com/lxc/lxc synced 2025-09-05 10:09:31 +00:00
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

View File

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