mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c0173e6f9f
commit
ed0a016e80
@ -657,9 +657,6 @@ error_code status(const Twine &path, file_status &result) {
|
|||||||
0));
|
0));
|
||||||
if (!h)
|
if (!h)
|
||||||
return getStatus(INVALID_HANDLE_VALUE, result);
|
return getStatus(INVALID_HANDLE_VALUE, result);
|
||||||
BY_HANDLE_FILE_INFORMATION Info;
|
|
||||||
if (!::GetFileInformationByHandle(h, &Info))
|
|
||||||
return getStatus(INVALID_HANDLE_VALUE, result);
|
|
||||||
|
|
||||||
return getStatus(h, result);
|
return getStatus(h, result);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user