MC: Remove dead code from WinCOFFObjectWriter.cpp. NFCI.
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 18 Aug 2018 00:54:46 +0000 (00:54 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 18 Aug 2018 00:54:46 +0000 (00:54 +0000)
commit5b4f8e10b59a21b3cfcf68eb4adc31bcbad2bba0
tree908a344f74ba706b5152f3ad1e0f851b35d7501a
parentc1f10e34ed14372d9b4080db116c8e7f4fd0f7fb
MC: Remove dead code from WinCOFFObjectWriter.cpp. NFCI.

Remove code for writing auxiliary symbols of type function definition
and begin function. These types of symbols are associated with
pre-CodeView debug info and we never emit them.

llvm-svn: 340113
llvm/lib/MC/WinCOFFObjectWriter.cpp