]> 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 4bdabc9cb1e5a416a9272eb2fa2640ed224d1399..0a99bd8bcca1585cdd4f6a490833114879bb4416 100644 (file)
@@ -1,5 +1,5 @@
 // RTTI support internals for -*- C++ -*-
-// Copyright (C) 1994-2013 Free Software Foundation, Inc.
+// 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;