Simple unused variable removals
[deliverable/binutils-gdb.git] / gdb / unittests / basic_string_view / element_access / char / 1.cc
index 7f8e79e6d008976e55059b5d8f405613e6ff85b0..bba1782b1e32ca7e4139ed9572f71d034506d716 100644 (file)
@@ -27,7 +27,7 @@ test01()
   typedef gdb::string_view::size_type csize_type;
   typedef gdb::string_view::const_reference cref;
   typedef gdb::string_view::reference ref;
-  csize_type csz01, csz02;
+  csize_type csz01;
 
   const gdb::string_view str01("tamarindo, costa rica");
   gdb::string_view str02("41st street beach, capitola, california");
This page took 0.023969 seconds and 4 git commands to generate.