diff options
| author | Rui Ueyama <ruiu@google.com> | 2015-03-31 23:01:19 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2015-03-31 23:01:19 +0000 |
| commit | c2cf52ae24940d9032232a6d4d36d42242f277d7 (patch) | |
| tree | f7025ee9b7067ff179ab4bbe3e62a71808022340 /lld/lib/ReaderWriter/ELF/Writer.cpp | |
| parent | fb8908c9da906e662eb2d76b952a2dbf21f8b235 (diff) | |
| download | bcm5719-llvm-c2cf52ae24940d9032232a6d4d36d42242f277d7.tar.gz bcm5719-llvm-c2cf52ae24940d9032232a6d4d36d42242f277d7.zip | |
ELF: Remove dead class that does nothing in class hierarchy.
DefaultTargetHandler is the base class of all <Arch>TargetHandler classes,
and it's the only derived class of TargetHandler class.
TargetHandler and DefaultTargetHandler are actually the same. They define
the same set of pure virtual functions. DefaultTargetHandler is a useless
class in the class hierarchy -- it shouldn't have been added in the first place.
This patch makes all <Arch>TargetHandler classes directly derive from
TargetHandler and removes DefaultTargetHandler.
llvm-svn: 233772
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/Writer.cpp')
0 files changed, 0 insertions, 0 deletions

