mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-12-14 23:38:28 +00:00
Remove unused local var. Patch from STL@microsoft.com
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@272622 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
afa2f4331a
commit
202acb7fd3
@ -83,7 +83,7 @@ int main()
|
||||
assert(!t0.joinable());
|
||||
try {
|
||||
t0.detach();
|
||||
} catch (std::system_error const& ec) {
|
||||
} catch (std::system_error const&) {
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user