mirror of
git://github.com/lxc/lxc
synced 2025-09-05 10:09:31 +00:00
coverity: #1425863
remove logically dead code Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
@@ -656,9 +656,6 @@ static bool am_single_threaded(void)
|
||||
}
|
||||
|
||||
while ((direntp = readdir(dir))) {
|
||||
if (!direntp)
|
||||
break;
|
||||
|
||||
if (!strcmp(direntp->d_name, "."))
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user