]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/libsupc++/tinfo.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / libsupc++ / tinfo.h
index b3e22232f1dc91e4c0ef27774f3324ac5e3c1b94..0a99bd8bcca1585cdd4f6a490833114879bb4416 100644 (file)
@@ -1,6 +1,5 @@
 // RTTI support internals for -*- C++ -*-
-// Copyright (C) 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2004, 2009
-// Free Software Foundation
+// Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 //
 
 namespace __cxxabiv1 {
 
-inline bool __pbase_type_info::
-__pointer_catch (const __pbase_type_info *thrown_type,
-                 void **thr_obj,
-                 unsigned outer) const
-{
-  return __pointee->__do_catch (thrown_type->__pointee, thr_obj, outer + 2);
-}
-
 namespace {
 
 using namespace std;