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:
@@ -40,7 +40,6 @@ void doIOTest() {
|
||||
using namespace fs;
|
||||
using Ptr = const CharT*;
|
||||
using StrStream = std::basic_stringstream<CharT>;
|
||||
const char* const InCStr = InStr;
|
||||
const Ptr E = OutStr;
|
||||
const path p((const char*)InStr);
|
||||
StrStream ss;
|
||||
|
||||
Reference in New Issue
Block a user