<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jun 2, 2014 at 2:00 PM, Nico Weber <span dir="ltr"><<a href="mailto:nicolasweber@gmx.de" target="_blank">nicolasweber@gmx.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Author: nico<br>
Date: Mon Jun  2 07:00:08 2014<br>
New Revision: 210019<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=210019&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=210019&view=rev</a><br>
Log:<br>
Remove unused code in a libc++ test.<br>
<br>
Other tests in this directory use this type, so it's probably copypasta from<br>
there.<br>
<br>
(test_buf only forwards to the superclass in all tests where it's used though,<br>
so I wonder if it can be replaced with just using filebuf / wfilebuf<br>
everywhere?)<br></blockquote><div> </div></div>No: test_buf isn't unused, it's used to make protected members such as pbackfail() public for testing. So it needs to stay around in the other tests.</div></div>