]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / ext / enc_filebuf / char / 13189.cc
index d7e9b322f17f3cbdf867b4d632c34319bf596562..db6cf8c9cc811d623bbdce3ac5f3a4103acb7fe3 100644 (file)
@@ -1,6 +1,6 @@
 // { dg-require-iconv "ISO-8859-1" }
 
-// Copyright (C) 2003, 2004, 2005, 2007, 2009 Free Software Foundation
+// Copyright (C) 2003-2017 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -28,7 +28,6 @@ void test01()
   typedef filebuf_type::state_type state_type;
   typedef codecvt<char_type, char, state_type> enc_codecvt;
 
-  bool test __attribute__((unused)) = true;
   ios_base::openmode mode = ios_base::in | ios_base::out | ios_base::trunc;
   try
     {