* fhandler_virtual.cc (fhandler_virtual::opendir): Eliminate duplicate
assignment found by Clang.
This commit is contained in:
@@ -77,7 +77,6 @@ fhandler_virtual::opendir (int fd)
|
||||
if (fd >= 0)
|
||||
{
|
||||
dir->__d_fd = fd;
|
||||
res = dir;
|
||||
dir->__fh = this;
|
||||
res = dir;
|
||||
}
|
||||
|
Reference in New Issue
Block a user