]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/27_io/basic_filebuf/cons/wchar_t/10132-1.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 27_io / basic_filebuf / cons / wchar_t / 10132-1.cc
index c648fecc747ad9a97e2838744c6196529af65101..9c5e350bf1f8260b35315c49bcb44563d84c4287 100644 (file)
@@ -1,5 +1,5 @@
 // 2003-04-24 Pétur Runólfsson <peturr02@ru.is>
-// Copyright (C) 2003-2015 Free Software Foundation, Inc.
+// Copyright (C) 2003-2024 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
@@ -32,8 +32,6 @@ protected:
 
 int main()
 {
-  bool test __attribute__((unused)) = true;
-
   std::locale loc = std::locale(std::locale::classic(), new Cvt);
   std::wfilebuf* fb = new std::wfilebuf;
   fb->pubimbue(loc);