[llvm-objcopy] [COFF] Remove pointless Reader/Writer base classes. NFC.
authorMartin Storsjo <martin@martin.st>
Sat, 12 Jan 2019 08:30:09 +0000 (08:30 +0000)
committerMartin Storsjo <martin@martin.st>
Sat, 12 Jan 2019 08:30:09 +0000 (08:30 +0000)
commit6a4d2d6561f5cb199a61f9952e01825e4b391c9b
tree34783657ab78e7bf9fb514926b8a3d9874df57e0
parent90fe6edcba3e5c677b413ded4bb54835c237adb9
[llvm-objcopy] [COFF] Remove pointless Reader/Writer base classes. NFC.

These were copied as part of the original design from the ELF
backend, but aren't necessary at the moment.

Differential Revision: https://reviews.llvm.org/D56431

llvm-svn: 350996
llvm/tools/llvm-objcopy/COFF/Reader.cpp
llvm/tools/llvm-objcopy/COFF/Reader.h
llvm/tools/llvm-objcopy/COFF/Writer.cpp
llvm/tools/llvm-objcopy/COFF/Writer.h