1.cc: Clean up.
[gcc.git] / libstdc++-v3 / testsuite / 22_locale / money_get / get / wchar_t / 3.cc
index 90c45e8c1a987f3896992bb9fc0b67dd903290f7..2b1dc33e2bea44f6c7b21e6f5adcc31801c620d7 100644 (file)
@@ -28,8 +28,6 @@
 void test03()
 {
   using namespace std;
-  typedef money_base::part part;
-  typedef money_base::pattern pattern;
   typedef istreambuf_iterator<wchar_t> iterator_type;
 
   bool test __attribute__((unused)) = true;
@@ -39,13 +37,6 @@ void test03()
   locale loc_de = __gnu_test::try_named_locale("de_DE@euro");
   VERIFY( loc_c != loc_de );
 
-  // cache the moneypunct facets
-  typedef moneypunct<wchar_t, true> __money_true;
-  typedef moneypunct<wchar_t, false> __money_false;
-
-  // sanity check the data is correct.
-  const wstring empty;
-
   // total EPA budget FY 2002
   const long double  digits1 = 720000000000.0;