Remove duplicate declaration.

llvm-svn: 274429
This commit is contained in:
Rui Ueyama 2016-07-02 08:50:05 +00:00
parent c98e4d8167
commit 03e1cc6322
2 changed files with 1 additions and 2 deletions

View File

@ -23,6 +23,7 @@
#include "InputSection.h"
#include "LinkerScript.h"
#include "OutputSections.h"
#include "Strings.h"
#include "SymbolTable.h"
#include "Symbols.h"
#include "Target.h"

View File

@ -40,8 +40,6 @@ template <class ELFT> class SharedFile;
template <class ELFT> class SharedSymbol;
template <class ELFT> class DefinedRegular;
bool isValidCIdentifier(StringRef S);
// This represents a section in an output file.
// Different sub classes represent different types of sections. Some contain
// input sections, others are created by the linker.