summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-01-17 23:27:37 +0000
committerRui Ueyama <ruiu@google.com>2015-01-17 23:27:37 +0000
commite35a6e69f22cb4086f3050d3473869304b87199d (patch)
treebb39a032f0a8615a0c972edf09cd7da8536f7586
parentd1b00ea8487c6d6a6c07e68f3570ccd8cb5c6b63 (diff)
downloadbcm5719-llvm-e35a6e69f22cb4086f3050d3473869304b87199d.tar.gz
bcm5719-llvm-e35a6e69f22cb4086f3050d3473869304b87199d.zip
Remove dead code.
llvm-svn: 226381
-rw-r--r--lld/include/lld/ReaderWriter/ELFLinkingContext.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lld/include/lld/ReaderWriter/ELFLinkingContext.h b/lld/include/lld/ReaderWriter/ELFLinkingContext.h
index cac61859aa7..d92acf37b42 100644
--- a/lld/include/lld/ReaderWriter/ELFLinkingContext.h
+++ b/lld/include/lld/ReaderWriter/ELFLinkingContext.h
@@ -290,17 +290,6 @@ public:
bool alignSegments() const { return _alignSegments; }
void setAlignSegments(bool align) { _alignSegments = align; }
- /// \brief The attributes class provides a way for a input file to look into
- /// all the positional attributes that were specified in the command line.
- /// There are few positional operators and the number of arguments to the
- /// ELFFileNode class keeps growing. This achieves code to be clean as well.
- class Attributes {
- public:
- Attributes() : _isSysRooted(false) {}
- void setSysRooted(bool isSysRooted) { _isSysRooted = isSysRooted; }
- bool _isSysRooted;
- };
-
private:
ELFLinkingContext() LLVM_DELETED_FUNCTION;
OpenPOWER on IntegriCloud