summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-30 20:02:18 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-30 20:02:18 +0000
commit62b418e2de10a2f719a5841df91dbd2137045474 (patch)
tree3b406f3da71635b37cccd61678a2885e7f797de3 /llvm/lib/Support
parentc7934b3e37bbe353579987407c7cd7b5f4d38787 (diff)
downloadbcm5719-llvm-62b418e2de10a2f719a5841df91dbd2137045474.tar.gz
bcm5719-llvm-62b418e2de10a2f719a5841df91dbd2137045474.zip
Remove dead code.
llvm-svn: 187439
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/Windows/Path.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc
index 7cb95c4e36b..a0724e55513 100644
--- a/llvm/lib/Support/Windows/Path.inc
+++ b/llvm/lib/Support/Windows/Path.inc
@@ -657,9 +657,6 @@ error_code status(const Twine &path, file_status &result) {
0));
if (!h)
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);
}
OpenPOWER on IntegriCloud