[patch] Delete dead code in lib/ProfileData

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Aug 14 19:16:39 PDT 2014


A code review recently found a bug that in my patch in a change it
made to lib/ProfileData. I was surprised that no test found it. On a
closer look I realized the code was dead.

Normally I would just delete it, but since this is a fairly new
library this might have been just an oversight.

Is this something that should be in use by tools/llvm-profdata? If it
instead it is something that is intended for future use, it is
probably a good idea to delete it for now and bring it back when it is
actually used.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 12455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140814/d218ab60/attachment.bin>


More information about the llvm-commits mailing list