Fix unused parameters and variables
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@290459 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -168,9 +168,6 @@ int main()
|
||||
catch (std::ios_base::failure&)
|
||||
{
|
||||
}
|
||||
#else
|
||||
ios1.copyfmt(ios2);
|
||||
#endif
|
||||
assert(ios1.rdstate() == std::ios::eofbit);
|
||||
assert(ios1.rdbuf() == &sb1);
|
||||
assert(ios1.flags() == (std::ios::showpoint | std::ios::uppercase));
|
||||
@@ -193,4 +190,5 @@ int main()
|
||||
assert(ios1.pword(1) == &d2);
|
||||
assert(ios1.tie() == (std::ostream*)2);
|
||||
assert(ios1.fill() == '2');
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user