[lld] r256843 - Remove redundant typedef.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 08:35:41 PST 2016
Author: ruiu
Date: Tue Jan 5 10:35:41 2016
New Revision: 256843
URL: http://llvm.org/viewvc/llvm-project?rev=256843&view=rev
Log:
Remove redundant typedef.
Modified:
lld/trunk/ELF/Writer.cpp
Modified: lld/trunk/ELF/Writer.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Writer.cpp?rev=256843&r1=256842&r2=256843&view=diff
==============================================================================
--- lld/trunk/ELF/Writer.cpp (original)
+++ lld/trunk/ELF/Writer.cpp Tue Jan 5 10:35:41 2016
@@ -480,8 +480,6 @@ template <class ELFT> OutputSection<ELFT
// This function adds them to end of BSS section.
template <class ELFT>
void Writer<ELFT>::addCommonSymbols(std::vector<DefinedCommon *> &Syms) {
- typedef typename ELFFile<ELFT>::uintX_t uintX_t;
-
if (Syms.empty())
return;
More information about the llvm-commits
mailing list