OSDN Git Service

* cp-tree.h (DECL_DEFERRED_FN): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / cp / class.c
index 9a76883..694d262 100644 (file)
@@ -3881,8 +3881,6 @@ build_clone (tree fn, tree name)
   /* There's no pending inline data for this function.  */
   DECL_PENDING_INLINE_INFO (clone) = NULL;
   DECL_PENDING_INLINE_P (clone) = 0;
-  /* And it hasn't yet been deferred.  */
-  DECL_DEFERRED_FN (clone) = 0;
 
   /* The base-class destructor is not virtual.  */
   if (name == base_dtor_identifier)