libstdc++: Fix unused variable warning
libstdc++-v3/ChangeLog: * testsuite/util/testsuite_performance.h (report_header): Remove unused variable.
This commit is contained in:
parent
ffe8baa996
commit
afcbeb35e0
@ -249,7 +249,6 @@ namespace __gnu_test
|
||||
void
|
||||
report_header(const std::string file, const std::string header)
|
||||
{
|
||||
const char space = ' ';
|
||||
const char tab = '\t';
|
||||
const char* name = "libstdc++-performance.sum";
|
||||
std::string::const_iterator i = file.begin() + file.find_last_of('/') + 1;
|
||||
|
Loading…
Reference in New Issue
Block a user