[llvm] c13d04e - [DWARFLinker] Remove unused declaration copyAbbrev (NFC)
Kazu Hirata via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 10 22:10:29 PDT 2022
Author: Kazu Hirata
Date: 2022-07-10T22:10:23-07:00
New Revision: c13d04e599dd593c53e8f856bb7b71ab914e5934
URL: https://github.com/llvm/llvm-project/commit/c13d04e599dd593c53e8f856bb7b71ab914e5934
DIFF: https://github.com/llvm/llvm-project/commit/c13d04e599dd593c53e8f856bb7b71ab914e5934.diff
LOG: [DWARFLinker] Remove unused declaration copyAbbrev (NFC)
The corresponding definition was removed on Apr 26, 2021 in commit
233c24330b8e253c4a22053fb405cffb6da769d9.
Added:
Modified:
llvm/include/llvm/DWARFLinker/DWARFLinker.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/DWARFLinker/DWARFLinker.h b/llvm/include/llvm/DWARFLinker/DWARFLinker.h
index 0b2e033bd97a3..b2b2e2e873be2 100644
--- a/llvm/include/llvm/DWARFLinker/DWARFLinker.h
+++ b/llvm/include/llvm/DWARFLinker/DWARFLinker.h
@@ -692,9 +692,6 @@ class DWARFLinker {
bool getDIENames(const DWARFDie &Die, AttributesInfo &Info,
OffsetsStringPool &StringPool, bool StripTemplate = false);
- /// Create a copy of abbreviation Abbrev.
- void copyAbbrev(const DWARFAbbreviationDeclaration &Abbrev, bool hasODR);
-
uint32_t hashFullyQualifiedName(DWARFDie DIE, CompileUnit &U,
const DWARFFile &File,
int RecurseDepth = 0);
More information about the llvm-commits
mailing list