OSDN Git Service

2011-02-09 Jonathan Wakely <jwakely.gcc@gmail.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / libsupc++ / guard.cc
index 222e5ec..6e3d415 100644 (file)
@@ -1,4 +1,5 @@
-// Copyright (C) 2002, 2004, 2006, 2008, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2002, 2004, 2006, 2008, 2009, 2010, 2011
+// Free Software Foundation, Inc.
 //  
 // This file is part of GCC.
 //
@@ -134,11 +135,6 @@ __set_and_release (__cxxabiv1::__guard *g)
 
 #endif /* __GTHREADS */
 
-namespace __gnu_cxx
-{
-  recursive_init_error::~recursive_init_error() throw() { }
-}
-
 //
 // Here are C++ run-time routines for guarded initiailization of static
 // variables. There are 4 scenarios under which these routines are called: