* fhandler_virtual.cc (fhandler_virtual::opendir): Eliminate duplicate
assignment found by Clang.
This commit is contained in:
parent
e82360f659
commit
ceec584ad3
@ -1,3 +1,8 @@
|
||||
2012-07-02 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* fhandler_virtual.cc (fhandler_virtual::opendir): Eliminate duplicate
|
||||
assignment found by Clang.
|
||||
|
||||
2012-07-02 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* fhandler_registry.cc (fhandler_registry::open): Handle missing EROFS
|
||||
|
@ -77,7 +77,6 @@ fhandler_virtual::opendir (int fd)
|
||||
if (fd >= 0)
|
||||
{
|
||||
dir->__d_fd = fd;
|
||||
res = dir;
|
||||
dir->__fh = this;
|
||||
res = dir;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user