]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/4.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_istream / getline / wchar_t / 4.cc
index 4cee17a4acefebe6d6798c9d6216ef42251b365c..70af072e11e38765a0284778d0c11db140bfeebd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2004-2014 Free Software Foundation, Inc.
+// Copyright (C) 2004-2020 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
@@ -55,7 +55,6 @@ const wchar_t Inbuf::buf[] = L"1234567890abcdefghij";
 void test01()
 {
   using namespace std;
-  bool test __attribute__((unused)) = true;
 
   typedef char_traits<wchar_t>   traits_type;