From e35a6e69f22cb4086f3050d3473869304b87199d Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Sat, 17 Jan 2015 23:27:37 +0000 Subject: [PATCH] Remove dead code. llvm-svn: 226381 --- lld/include/lld/ReaderWriter/ELFLinkingContext.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/lld/include/lld/ReaderWriter/ELFLinkingContext.h b/lld/include/lld/ReaderWriter/ELFLinkingContext.h index cac6185..d92acf3 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; -- 2.7.4