OSDN Git Service

* cp-tree.h (struct lang_decl): Remove main_decl_variant.
[pf3gnuchains/gcc-fork.git] / gcc / cp / decl2.c
index 49bf040..5e370fd 100644 (file)
@@ -1982,7 +1982,6 @@ void
 defer_fn (fn)
      tree fn;
 {
-  fn = DECL_MAIN_VARIANT (fn);
   if (DECL_DEFERRED_FN (fn))
     return;
   DECL_DEFERRED_FN (fn) = 1;