diff options
author | Rui Ueyama <ruiu@google.com> | 2016-03-02 01:34:36 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-03-02 01:34:36 +0000 |
commit | 0c8fad7dba60c38c9f11610af9eb4dee7c421634 (patch) | |
tree | 4677fa9ffe90edb00f813161d4cc3050624bac42 /lld/lib/Core/LinkingContext.cpp | |
parent | 0c23bcb252867be40a575ce95be79c0292b53be4 (diff) | |
download | bcm5719-llvm-0c8fad7dba60c38c9f11610af9eb4dee7c421634.tar.gz bcm5719-llvm-0c8fad7dba60c38c9f11610af9eb4dee7c421634.zip |
Remove more dead code.
llvm-svn: 262445
Diffstat (limited to 'lld/lib/Core/LinkingContext.cpp')
-rw-r--r-- | lld/lib/Core/LinkingContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/lib/Core/LinkingContext.cpp b/lld/lib/Core/LinkingContext.cpp index 7d066c12ec2..e3027fcddf9 100644 --- a/lld/lib/Core/LinkingContext.cpp +++ b/lld/lib/Core/LinkingContext.cpp @@ -21,7 +21,7 @@ LinkingContext::LinkingContext() _searchSharedLibrariesToOverrideTentativeDefinitions(false), _printRemainingUndefines(true), _allowRemainingUndefines(false), _logInputFiles(false), _allowShlibUndefines(true), - _outputFileType(OutputFileType::Default), _nextOrdinal(0) {} + _nextOrdinal(0) {} LinkingContext::~LinkingContext() {} |