summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/Writer.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-03-31 23:01:19 +0000
committerRui Ueyama <ruiu@google.com>2015-03-31 23:01:19 +0000
commitc2cf52ae24940d9032232a6d4d36d42242f277d7 (patch)
treef7025ee9b7067ff179ab4bbe3e62a71808022340 /lld/lib/ReaderWriter/ELF/Writer.cpp
parentfb8908c9da906e662eb2d76b952a2dbf21f8b235 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud