public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-3749] libstdc++: Fix unused variable warning
@ 2020-10-09 10:53 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2020-10-09 10:53 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:afcbeb35e0b9fb0251d04362a1bd4031520ff7f8

commit r11-3749-gafcbeb35e0b9fb0251d04362a1bd4031520ff7f8
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri Oct 9 11:52:56 2020 +0100

    libstdc++: Fix unused variable warning
    
    libstdc++-v3/ChangeLog:
    
            * testsuite/util/testsuite_performance.h (report_header): Remove
            unused variable.

Diff:
---
 libstdc++-v3/testsuite/util/testsuite_performance.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libstdc++-v3/testsuite/util/testsuite_performance.h b/libstdc++-v3/testsuite/util/testsuite_performance.h
index 8927a4129da..9b69f5f51f7 100644
--- a/libstdc++-v3/testsuite/util/testsuite_performance.h
+++ b/libstdc++-v3/testsuite/util/testsuite_performance.h
@@ -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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-09 10:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 10:53 [gcc r11-3749] libstdc++: Fix unused variable warning Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).