Remove dead code.

llvm-svn: 231688
This commit is contained in:
Rui Ueyama 2015-03-09 18:59:55 +00:00
parent 63adf969a5
commit 6a3167d35a
2 changed files with 0 additions and 4 deletions

View File

@ -76,9 +76,6 @@ public:
// kindLayoutAfter is treated as a bidirected edge by the dead-stripping
// pass.
kindLayoutAfter = 1,
// kindLayoutBefore is currently used only by PECOFF port, and will
// be removed soon. To enforce layout, use kindLayoutAfter instead.
kindLayoutBefore,
// kindGroupChild is treated as a bidirected edge too.
kindGroupChild,
kindAssociate,

View File

@ -53,7 +53,6 @@ Registry::loadFile(std::unique_ptr<MemoryBuffer> mb,
static const Registry::KindStrings kindStrings[] = {
{Reference::kindLayoutAfter, "layout-after"},
{Reference::kindLayoutBefore, "layout-before"},
{Reference::kindGroupChild, "group-child"},
{Reference::kindAssociate, "associate"},
LLD_KIND_STRING_END};