diff options
Diffstat (limited to 'include/llvm/Target/ELFTargetAsmInfo.h')
-rw-r--r-- | include/llvm/Target/ELFTargetAsmInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Target/ELFTargetAsmInfo.h b/include/llvm/Target/ELFTargetAsmInfo.h index c06a5a9..dd311c3 100644 --- a/include/llvm/Target/ELFTargetAsmInfo.h +++ b/include/llvm/Target/ELFTargetAsmInfo.h @@ -42,7 +42,6 @@ namespace llvm { const Section* DataRelROLocalSection; private: - const Section* MergeableConstSection(const Type *Ty) const; const Section* MergeableStringSection(const GlobalVariable *GV) const; }; } |