Sfoglia il codice sorgente

cmLinkImplItem: remove custom copy ctor

Daniel Pfeifer 8 anni fa
parent
commit
8d090ff253
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. 0 6
      Source/cmLinkItem.h

+ 0 - 6
Source/cmLinkItem.h

@@ -51,12 +51,6 @@ public:
     , FromGenex(fromGenex)
   {
   }
-  cmLinkImplItem(cmLinkImplItem const& r)
-    : cmLinkItem(r)
-    , Backtrace(r.Backtrace)
-    , FromGenex(r.FromGenex)
-  {
-  }
   cmListFileBacktrace Backtrace;
   bool FromGenex;
 };