]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/21_strings/basic_string/modifiers/replace/wchar_t/3.cc
testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_abort.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 21_strings / basic_string / modifiers / replace / wchar_t / 3.cc
index ba01d1bf6f6f4f7789a890e5fc73ed589a8a4c6e..4a6033be505bb39748f05b83728941401edf69b3 100644 (file)
@@ -26,7 +26,6 @@
 void
 test03()
 {
-  bool test __attribute__((unused)) = true;
   const wchar_t* title01 = L"nine types of ambiguity";
   const wchar_t* title02 = L"ultra";
   std::wstring str01 = title01;