diff options
Diffstat (limited to 'Source/cmLinkItem.h')
-rw-r--r-- | Source/cmLinkItem.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmLinkItem.h b/Source/cmLinkItem.h index 262728b..e715659 100644 --- a/Source/cmLinkItem.h +++ b/Source/cmLinkItem.h @@ -70,12 +70,6 @@ struct cmLinkInterfaceLibraries // Object files listed in the interface. std::vector<cmLinkItem> Objects; - // Items to be included as if directly linked by the head target. - std::vector<cmLinkItem> HeadInclude; - - // Items to be excluded from direct linking by the head target. - std::vector<cmLinkItem> HeadExclude; - // Whether the list depends on a genex referencing the head target. bool HadHeadSensitiveCondition = false; |