diff options
Diffstat (limited to 'lld/ELF/OutputSections.h')
-rw-r--r-- | lld/ELF/OutputSections.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lld/ELF/OutputSections.h b/lld/ELF/OutputSections.h index 66a906305f4..6e709f357ea 100644 --- a/lld/ELF/OutputSections.h +++ b/lld/ELF/OutputSections.h @@ -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. |