Remove a couple unused fields. Not detected by Wunused-private-field because...
Remove a couple unused fields. Not detected by Wunused-private-field because of unimplemented copy constructor and copy assignment operator that make the class look incomplete. Upcoming patch will mark them deleted. llvm-svn: 164013
Loading
Please register or sign in to comment