[PATCH] D34852: Remove unused declarations
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 17:34:51 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL306772: Remove unused declarations (authored by sbc).
Repository:
rL LLVM
https://reviews.llvm.org/D34852
Files:
lld/trunk/COFF/Driver.h
lld/trunk/COFF/Writer.cpp
lld/trunk/ELF/SymbolTable.h
Index: lld/trunk/COFF/Writer.cpp
===================================================================
--- lld/trunk/COFF/Writer.cpp
+++ lld/trunk/COFF/Writer.cpp
@@ -120,7 +120,6 @@
void writeSections();
void sortExceptionTable();
void writeBuildId();
- void applyRelocations();
llvm::Optional<coff_symbol16> createSymbol(Defined *D);
size_t addEntryToStringTable(StringRef Str);
Index: lld/trunk/COFF/Driver.h
===================================================================
--- lld/trunk/COFF/Driver.h
+++ lld/trunk/COFF/Driver.h
@@ -34,7 +34,6 @@
using llvm::COFF::MachineTypes;
using llvm::COFF::WindowsSubsystem;
using llvm::Optional;
-class InputFile;
// Implemented in MarkLive.cpp.
void markLive(const std::vector<Chunk *> &Chunks);
Index: lld/trunk/ELF/SymbolTable.h
===================================================================
--- lld/trunk/ELF/SymbolTable.h
+++ lld/trunk/ELF/SymbolTable.h
@@ -18,7 +18,7 @@
namespace lld {
namespace elf {
-class Lazy;
+
struct Symbol;
// SymbolTable is a bucket of all known symbols, including defined,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34852.104795.patch
Type: text/x-patch
Size: 1091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170630/e2e35e7d/attachment.bin>
More information about the llvm-commits
mailing list