Remove the NullLog class introduced in r236174.
Based on list discussions, a different approach is desired for reducing the visual impact of logging statements on the readability of the code. Another mechanism will be added in a followup patch, but for now, since NullLog is unreferenced, this patch just removes it. This patch does *not* remove the other half of r236174, which was to delete some dead code surrounding logging flags. llvm-svn: 236259
Loading
Please sign in to comment